OBJECT

ZipSettings

Zip settings.

link GraphQL Schema definition

  • type ZipSettings {
  • category: CategoryTypeEnum!
  • # Denominated in cents.
  • customMerchantBaseFeeCents: Int
  • # In string with currency symbol.
  • #
  • # Arguments
  • # currency: Currency in which to display money fields. Defaults
  • # to the currency of the marketplace's home country.
  • customMerchantBaseFeeFormatted(currency: String): String
  • customMerchantFee: Float
  • description: String!
  • logoUrl: String!
  • merchantApiKey: String
  • merchantPublicKey: String
  • overrideCustomMerchantFee: Boolean!
  • providerHandle: String!
  • providerName: String!
  • status: StatusTypeEnum!
  • zipEnabled: Boolean
  • }