Share via


RetailTransactionServiceOrders::setCustomerOrderJournalForTender Method [AX 2012]

Set LedgerJournalTrans properties based on the given tender type

Syntax

client server private static void setCustomerOrderJournalForTender(
    RetailStoreId storeId, 
    RetailTenderTypeId tenderTypeId, 
    LedgerJournalTrans ledgerJournalTrans)

Run On

Called

Parameters

Remarks

Updates the Journal based on the store and tender type.

See Also

Reference

RetailTransactionServiceOrders Class