Record
country-spec
No description available.
record country-spec {
default-currency: string,
id: string,
object: country-spec-object-enum,
supported-bank-account-currencies: country-spec-supported-bank-account-currencies,
supported-payment-currencies: list<string>,
supported-payment-methods: list<string>,
supported-transfer-countries: list<string>,
verification-fields: country-spec-verification-fields,
}Fields
| Name | Type | Description |
|---|---|---|
| default-currency | string | |
| id | string | |
| object | country-spec-object-enum | |
| supported-bank-account-currencies | country-spec-supported-bank-account-currencies | |
| supported-payment-currencies | list<string> | |
| supported-payment-methods | list<string> | |
| supported-transfer-countries | list<string> | |
| verification-fields | country-spec-verification-fields |