Share via


RetailCustVoucher.rboPayment Method [AX 2012]

Checks if there is a payment against the Invoice.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean rboPayment()

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean rboPayment()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean rboPayment([boolean _rboPayment])

Run On

Server

Return Value

Type: boolean
Always returns false.

Remarks

Original signature was public boolean rboPayment(boolean _rboPayment)

See Also

Reference

RetailCustVoucher Class