Description
The AccountCreditTransaction object represents a transaction against an AccountCredit.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
account_credit |
AccountCredit | Returns the Account Credit for this transaction |
amount |
Number | Returns the amount of this transaction |
contact |
Contact | Returns the Contact associated with this transaction |
created_at |
Timestamp | Returns the timestamp for when this transaction was created |
id |
String | Returns a unique id for this transaction |
order |
Order | Returns the Order associated with this transaction |
payment |
Payment | Returns the Payment associated with this transaction |
type |
String | Returns this transaction's entry type |