StripeCountry
A Stripe country
Fields
accepted_currencies
· [String]
· The accepted currencies for this country country_code
· String
· The country code Used By
Definition
"""A Stripe country"""type StripeCountry { """ The accepted currencies for this country """ accepted_currencies: [String]
""" The country code """ country_code: String
""" The currency of the country """ currency: String
""" A custom field 1 """ field1: String
""" A custom field 2 """ field2: String
""" The name of the country """ name: String}