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

NameTypeDescription
default-currencystring
idstring
objectcountry-spec-object-enum
supported-bank-account-currenciescountry-spec-supported-bank-account-currencies
supported-payment-currencieslist​<string>
supported-payment-methodslist​<string>
supported-transfer-countrieslist​<string>
verification-fieldscountry-spec-verification-fields