Search:
OBJECT
Txn
A transaction is a single event of money moving from payer to payee.
link GraphQL Schema definition
- type Txn {
- # A unique identifier for the transaction.
- ID :
- # A unique identifier for the entire payment session. An order may contain more
- # than one transaction.
- ID :
- String :
- Amount :
- TxnStatusEnum :
- TxnTypeEnum :
- Date :
- Boolean :
- TxnItem] : [
- PaymentMethodEnum :
- String :
- CardBrandEnum :
- String :
- String :
- String :
- String :
- Amount :
- Amount :
- Amount :
- Amount :
- Amount :
- Amount :
- Amount :
- Address :
- Address :
- Boolean :
- }