Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class BankAccountOwnerAddress

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

    Properties

    | Edit this page View Source

    ApplicationId

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

    City

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

    Country

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

    Id

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

    Line1

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

    Line2

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

    Phone

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

    PostCode

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

    Region

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