GraphQL OBJECT

PurchaseTransaction

One transaction related to the customer’s purchase.

link Definition

  • type PurchaseTransaction {
  • # List of PDF documents sent to the customer as an email attachment.
  • documents: [PurchaseDocument]
  • # List of payment transactions.
  • paymentTransactions: [PaymentTransaction]
  • # Pricing information that the customer receives during the purchase process.
  • customerPricing: Pricing
  • }