Share via


IntrastatExportWriter_IT.writePaymentMethod Method [AX 2012]

Writes a method of payment value.

Syntax

public void writePaymentMethod(
    IntrastatPaymentMethod_IT _paymentMethod, 
    int _startPos, 
    int _length)

Run On

Called

Parameters

  • _startPos
    Type: int
    The requested starting position of the value on the current line of the writer output.
  • _length
    Type: int
    The number of characters that the file format should allocate for the value that is written.

Remarks

The character 'X' is used for other methods of payment.

The character 'A' is used for promissory notes.

The character 'B' is used for bills of exchange.

See Also

Reference

IntrastatExportWriter_IT Class