Class: AdditionalChargeAmount

payments.AdditionalChargeAmount()

new AdditionalChargeAmount()

Source:

Methods

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

Get the field value Amount of the additional charge
Source:
Returns:
must be a long integer
Type
Number

(static) AdditionalChargeAmount#getId() → {String}

Get the field value Additional charge id
Source:
Returns:
Type
String

(static) AdditionalChargeAmount#getRate() → {Number}

Get the field value Percent rate of the additional charge times 10000
Source:
Returns:
must be a long integer
Type
Number

(static) AdditionalChargeAmount#getType() → {payments.AdditionalChargeType}

Get the field value The type of additional charge
Source:
Returns:
Type
payments.AdditionalChargeType

(static) AdditionalChargeAmount#setAmount(amount)

Set the field value Amount of the additional charge
Parameters:
Name Type Description
amount Number must be a long integer
Source:

(static) AdditionalChargeAmount#setId(id)

Set the field value Additional charge id
Parameters:
Name Type Description
id String
Source:

(static) AdditionalChargeAmount#setRate(rate)

Set the field value Percent rate of the additional charge times 10000
Parameters:
Name Type Description
rate Number must be a long integer
Source:

(static) AdditionalChargeAmount#setType(type)

Set the field value The type of additional charge
Parameters:
Name Type Description
type payments.AdditionalChargeType
Source: