Click or drag to resize

PaymentStatus Fields

The PaymentStatus type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFullPayment
The sum of the payments for the document is exactly as the amount to pay.
Public fieldStatic memberNegativePayment
The sum of the payments for the document is a negative number.
Public fieldStatic memberNoPayment
There are no payments for the document or the sum of the payments is 0.
Public fieldStatic memberOverPayment
The sum of the payments for the document is greater than the amount to pay.
Public fieldStatic memberPartialPayment
The sum of the payments for the document is less than the amount to pay.
Public fieldvalue__
Top
See Also