Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentNextAction

    Inheritance
    object
    PaymentNextAction
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    PaymentAuthorizeAction
    | Edit this page View Source

    ConfirmPayment

    Declaration
    [JsonPropertyName("confirm_payment")]
    public PaymentConfirmAction? ConfirmPayment { get; set; }
    Property Value
    Type Description
    PaymentConfirmAction
    | Edit this page View Source

    Execute

    Declaration
    [JsonPropertyName("execute")]
    public JsonObject? Execute { get; set; }
    Property Value
    Type Description
    JsonObject
    | Edit this page View Source

    Extra

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? Extra { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    Redirect

    Declaration
    [JsonPropertyName("redirect")]
    public PaymentRedirectAction? Redirect { get; set; }
    Property Value
    Type Description
    PaymentRedirectAction
    | Edit this page View Source

    Type

    Declaration
    [JsonPropertyName("type")]
    public PaymentNextActionType? Type { get; set; }
    Property Value
    Type Description
    PaymentNextActionType?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX