Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PaymentMethodBankAccountGhana

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

    Properties

    | Edit this page View Source

    AccountNumber

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

    Branch

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

    Name

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

    SortCode

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

    SwiftCode

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