Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class CountrySpecification

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

    Properties

    | Edit this page View Source

    BalanceTransactionAgingSpecs

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

    CountryCode

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

    CountryName

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

    Currencies

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

    Extra

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? Extra { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    PaymentMethods

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

    PayoutSchedules

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