Skip to content

StripeCountry

A Stripe country

Fields

accepted_currencies · [String] · The accepted currencies for this country
country_code · String · The country code
currency · String · The currency of the country
field1 · String · A custom field 1
field2 · String · A custom field 2
name · String · The name of the country

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
}