Class PaymentRedirectVisit
Inheritance
PaymentRedirectVisit
Assembly: Inttegro.dll
Syntax
public sealed class PaymentRedirectVisit
Properties
|
Edit this page
View Source
At
Declaration
[JsonPropertyName("at")]
public string? At { get; set; }
Property Value
|
Edit this page
View Source
IpAddress
Declaration
[JsonPropertyName("ip_address")]
public string? IpAddress { get; set; }
Property Value
|
Edit this page
View Source
UserAgent
Declaration
[JsonPropertyName("user_agent")]
public string? UserAgent { get; set; }
Property Value