INPUT_OBJECT

BillingAddressInput

Payload for a billing address to create a new Healthie subscription.

link GraphQL Schema definition

  • input BillingAddressInput {
  • # The city
  • city: String
  • # The country code
  • country: String
  • # The first line of the address
  • line1: String
  • # The second line of the address
  • line2: String
  • # The state
  • state: String
  • # The zip code
  • postal_code: String
  • }