Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class GhanaBankAccount

    Inheritance
    object
    GhanaBankAccount
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.BankAccounts
    Assembly: Inttegro.dll
    Syntax
    public sealed class GhanaBankAccount

    Properties

    | Edit this page View Source

    BankName

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

    Holder

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

    Number

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