Class PaymentNextAction
Inheritance
PaymentNextAction
Assembly: Inttegro.dll
Syntax
public sealed class PaymentNextAction
Properties
|
Edit this page
View Source
Authorize
Declaration
[JsonPropertyName("authorize")]
public PaymentAuthorizeAction? Authorize { get; set; }
Property Value
|
Edit this page
View Source
ConfirmPayment
Declaration
[JsonPropertyName("confirm_payment")]
public PaymentConfirmAction? ConfirmPayment { get; set; }
Property Value
|
Edit this page
View Source
Execute
Declaration
[JsonPropertyName("execute")]
public JsonObject? Execute { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Redirect
Declaration
[JsonPropertyName("redirect")]
public PaymentRedirectAction? Redirect { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public PaymentNextActionType? Type { get; set; }
Property Value