OBJECT

Braintree

Properties from the braintree payment service, returns null when Braintree is disabled

link GraphQL Schema definition

  • type Braintree {
  • # Braintree client token includes configuration and authorization
  • # information required
  • #
  • # by the Braintree client SDK. If Braintree is not enabled this will return null
  • #
  • clientToken: String
  • # Braintree client token errors
  • clientTokenError: String
  • }