Skip to content
Log in

AccountCreditTransaction - Liquid Object Reference

On this page

Description

The AccountCreditTransaction object represents a transaction against an AccountCredit.

:::note This object supports custom data via the data attribute. :::

Backed by

This drop renders the s_c__Account_Credit_Ledger__c Salesforce object. A theme writes it as account_credit_transaction.

Liquid attribute Salesforce field
amount s_c__Amount__c
type s_c__Entry_Type__c

Every other attribute on this drop is derived by StoreConnect rather than read straight from one field. The Attributes section lists them all.

Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from account_credit_transaction.data. See custom data fields in Liquid.

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

Available on

Was this article helpful?

Was this article helpful?