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.
- PurchaseDocument] : [
- # List of payment transactions.
- PaymentTransaction] : [
- # Pricing information that the customer receives during the purchase process.
- Pricing :
- }