affiliate_partner_ledger.vm
info
Transcluded from Screen Interface Intro.
$form variables for template affiliate_partner_ledger.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
balance | [BigDecimal](../storefront-object-model/bigdecimal-sfo.md) | $form.balance | |||
balanceFormatted | string | $form.balanceFormatted | |||
errors | [Error](../storefront-object-model/error-sfo.md)[] | $form.errors | |||
infoMessages | string[] | $form.infoMessages | |||
ledgerOid | int | $form.ledgerOid | |||
ledgerRecords | AffiliateLedgerRecord[] | $form.ledgerRecords | |||
paymentAmount | [BigDecimal](../storefront-object-model/bigdecimal-sfo.md) | $form.paymentAmount | |||
paymentAmountFormatted | string | $form.paymentAmountFormatted | |||
paymentDate | string | $form.paymentDate | |||
paymentInformationJson | string | $form.paymentInformationJson | |||
status | string | $form.status |
Flow

Was this page helpful?