Class CountrySpecification
Inheritance
CountrySpecification
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
|
Edit this page
View Source
CountryCode
Declaration
[JsonPropertyName("country_code")]
public string? CountryCode { get; set; }
Property Value
|
Edit this page
View Source
CountryName
Declaration
[JsonPropertyName("country_name")]
public string? CountryName { get; set; }
Property Value
|
Edit this page
View Source
Currencies
Declaration
[JsonPropertyName("currencies")]
public List<string>? Currencies { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethods
Declaration
[JsonPropertyName("payment_methods")]
public List<string>? PaymentMethods { get; set; }
Property Value
|
Edit this page
View Source
PayoutSchedules
Declaration
[JsonPropertyName("payout_schedules")]
public List<string>? PayoutSchedules { get; set; }
Property Value