Class: PendingPaymentEntry

base.PendingPaymentEntry()

new PendingPaymentEntry()

Source:

Methods

(static) PendingPaymentEntry#getAmount() → {Number}

Get the field value Total amount paid
Source:
Returns:
must be a long integer
Type
Number

(static) PendingPaymentEntry#getPaymentId() → {String}

Get the field value Unique identifier for a payment
Source:
Returns:
Type
String

(static) PendingPaymentEntry#setAmount(amount)

Set the field value Total amount paid
Parameters:
Name Type Description
amount Number must be a long integer
Source:

(static) PendingPaymentEntry#setPaymentId(paymentId)

Set the field value Unique identifier for a payment
Parameters:
Name Type Description
paymentId String
Source: