Share via


RetailConcessionContractInvHistory.AddPaymentCost Method [AX 2012]

Inserts a record into the FSHConcessionContractInvHistPaym table.

Syntax

public void AddPaymentCost(
    Amount _PaymentCost, 
    RetailConcessionContractPayment _FSHConcessionContractPayment, 
    SalesAmount _SalesAmount)

Run On

Called

Parameters

  • _PaymentCost
    Type: Amount Extended Data Type
    The value for the PaymentCost field of the FSHConcessionContractInvHistPaym table.

Remarks

Inserts a record into the FSHConcessionContractInvHistPaym table if a valid payment cost is passed.

See Also

Reference

RetailConcessionContractInvHistory Class