Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OrderPayoutFinancialAccount

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

    Properties

    | 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

    DoshAccount

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

    Type

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