Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentMethod

    Inheritance
    object
    PaymentMethod
    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 PaymentMethod

    Properties

    | Edit this page View Source

    BankAccount

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

    Card

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

    CreatedAt

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

    CustomData

    Declaration
    [JsonPropertyName("custom_data")]
    public Dictionary<string, string>? CustomData { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    CustomerId

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

    ExpiresOn

    Declaration
    [JsonPropertyName("expires_on")]
    public string? ExpiresOn { get; set; }
    Property Value
    Type Description
    string
    | 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

    Id

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

    MobileMoney

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

    Type

    Declaration
    [JsonPropertyName("type")]
    public PaymentMethodType Type { get; set; }
    Property Value
    Type Description
    PaymentMethodType
    | Edit this page View Source

    Verification

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

    Verified

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

    VerifiedAt

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