Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class FinancialAccount

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

    Properties

    | Edit this page View Source

    ArchivedAt

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

    BankAccount

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

    Currency

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

    Description

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

    DisconnectedAt

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

    DoshAccount

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

    Id

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

    Label

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

    Owner

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

    PullConfiguration

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

    PushConfiguration

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

    Reference

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

    Type

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

    Verification

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

    Wallet

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