Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.38 KB

File metadata and controls

34 lines (22 loc) · 1.38 KB

OrderAffiliateLedger

Properties

Name Type Description Notes
assignedByUser String UltraCart user name that assigned this commission if manually assigned [optional]
itemId String Item ID that this ledger record is associated with [optional]
tierNumber Integer Tier number of this affiliate in the commission calculation [optional]
transactionAmount BigDecimal Amount of the transaction [optional]
transactionAmountPaid BigDecimal The amount that has been paid so far on the transaction [optional]
transactionDts String The date/time that the affiliate ledger was generated for the transaction [optional]
transactionMemo String Details of the transaction suitable for display to the affiliate [optional]
transactionPercentage BigDecimal The percentage earned on the transaction [optional]
transactionState TransactionStateEnum The state of the transaction [optional]

Enum: TransactionStateEnum

Name Value
PENDING "Pending"
POSTED "Posted"
APPROVED "Approved"
PAID "Paid"
REJECTED "Rejected"
PARTIALLY_PAID "Partially Paid"