Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class FinancialAccountUpdateRequest

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

    Properties

    | Edit this page View Source

    AccountId

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

    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

    Reference

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