Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentMethodCard

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

    Properties

    | Edit this page View Source

    Brand

    Declaration
    [JsonPropertyName("brand")]
    public string? Brand { 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

    Issuer

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

    Owner

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

    Type

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