ENUM

ConversionSource

The source of the conversion

link GraphQL Schema definition

  • enum ConversionSource {
  • # The conversion comes from an Apple Pay payment
  • APPLE_PAY
  • # The conversion comes from a mobile app
  • MOBILE_APP
  • # The conversion comes from a browser
  • ONSITE
  • }