Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.98 KB

AffiliateLedger.md

File metadata and controls

28 lines (24 loc) · 1.98 KB

com.ultracart.admin.v2.Model.AffiliateLedger

Properties

Name Type Description Notes
AffiliateClickOid int? Unique object identifier for the click associated with this ledger entry [optional]
AffiliateLedgerOid int? Affiliate ledger object ID associated with this ledger [optional]
AffiliateLinkOid int? Unique object identifier for the link that this click is associated with [optional]
AffiliateOid int? 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 int? Tier number that this transaction earned [optional]
TransactionAmount decimal? Transaction amount [optional]
TransactionAmountPaid decimal? 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 decimal? Percentage associated with this transaction [optional]
TransactionState string Transaction state [optional]

[Back to Model list] [Back to API list] [Back to README]