OBJECT

StripeCountry

A Stripe country

link GraphQL Schema definition

  • 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
  • }