Share via


RetailConsessionPartPaymentCreate.createPartPaymentLine Method [AX 2012]

Inserts a record in the RetailConsessionPartPaymentLine table.

Syntax

public void createPartPaymentLine(
    RetailConcessionContractPayment _FSHConcessionContractPayment, 
    RetailTmpConcessionContractSales _TmpConcessionContractSales, 
    Amount _PartPayAmount, 
    Amount _PartPayTaxAmount)

Run On

Client

Parameters

  • _PartPayAmount
    Type: Amount Extended Data Type
    A value for the PrePayAmount field of the RetailConsessionPartPaymentLine table.
  • _PartPayTaxAmount
    Type: Amount Extended Data Type
    A value for the PartPayTaxAmount field of the RetailConsessionPartPaymentLine table.

See Also

Reference

RetailConsessionPartPaymentCreate Class