RetailTransactionService::getCustomerBalance Method [AX 2012]
This method will retrive the customer account balance.
client server public static container getCustomerBalance(
AccountNum _accountNum,
CurrencyCode _currencyCode,
RetailStoreId _storeId)
Run On
CalledParameters
- _accountNum
- Type: AccountNum Extended Data Type
The account for which we want the balance and credit limit.
- _currencyCode
- Type: CurrencyCode Extended Data Type
The currency used to return the balance in.
- _storeId
- Type: RetailStoreId Extended Data Type
The store id of the store where this call originates from.
Return Value
Type: containerA container that contains the account balance, account credit limit, invoice account balance, invoice account credit limit.
In addition returns the maximum counter of the payment transactions that we pulled in Ax form the store.
Show: