Class PaymentRedirectAction
Inheritance
PaymentRedirectAction
Assembly: Inttegro.dll
Syntax
public sealed class PaymentRedirectAction
Properties
|
Edit this page
View Source
LatestVisit
Declaration
[JsonPropertyName("latest_visit")]
public PaymentRedirectVisit? LatestVisit { get; set; }
Property Value
|
Edit this page
View Source
RedirectUrl
Declaration
[JsonPropertyName("redirect_url")]
public string? RedirectUrl { get; set; }
Property Value
|
Edit this page
View Source
ValidUntil
Declaration
[JsonPropertyName("valid_until")]
public string? ValidUntil { get; set; }
Property Value