affiliate_partner_ledger.vm

In addition to other standard variables like $cart, StoreFront system screens (display and post form data, such as checkout screens) have a $form variable that contains fields and data specific to that screen.  

Listed below are the form fields specific to this screen template.

$form variables for template affiliate_partner_ledger.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

balance

BigDecimal

$form.balance

 

 

 

balanceFormatted

string

$form.balanceFormatted

 

 

 

errors

Error[]

$form.errors

 

 

 

infoMessages

string[]

$form.infoMessages

 

 

 

ledgerOid

int

$form.ledgerOid

 

 

 

ledgerRecords

AffiliateLedgerRecord[]

$form.ledgerRecords

 

 

 

paymentAmount

BigDecimal

$form.paymentAmount

 

 

 

paymentAmountFormatted

string

$form.paymentAmountFormatted

 

 

 

paymentDate

string

$form.paymentDate

 

 

 

paymentInformationJson

string

$form.paymentInformationJson

 

 

 

status

string

$form.status

 

 

 

 

Flow