Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.19 KB

File metadata and controls

44 lines (32 loc) · 2.19 KB

AffiliateLedger

Properties

Name Type Description Notes
affiliateClickOid Integer Unique object identifier for the click associated with this ledger entry [optional]
affiliateLedgerOid Integer Affiliate ledger object ID associated with this ledger [optional]
affiliateLinkOid Integer Unique object identifier for the link that this click is associated with [optional]
affiliateOid Integer Affiliate object ID associated with this transaction [optional]
assignedByUser String User that assigned the transaction if it was done manually [optional]
click AffiliateClick [optional]
itemId String Item ID associated with this transaction [optional]
link AffiliateLink [optional]
order Order [optional]
orderId String Order ID associated with this transaction [optional]
originalTransactionDts String Date/time of the original transaction for reversals [optional]
subId String Sub ID associated with transaction (from the click) [optional]
tierNumber Integer Tier number that this transaction earned [optional]
transactionAmount BigDecimal Transaction amount [optional]
transactionAmountPaid BigDecimal Amount of the transaction that has been paid out. [optional]
transactionDts String Date/time that the transaction was made [optional]
transactionMemo String Memo explaining the transaction [optional]
transactionPercentage BigDecimal Percentage associated with this transaction [optional]
transactionState TransactionStateEnum Transaction state [optional]

Enum: TransactionStateEnum

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