new AdditionalChargeAmount()
Methods
(static) AdditionalChargeAmount#getAmount() → {Number}
Get the field value
Amount of the additional charge
Returns:
must be a long integer
- Type
- Number
(static) AdditionalChargeAmount#getId() → {String}
Get the field value
Additional charge id
Returns:
- Type
- String
(static) AdditionalChargeAmount#getRate() → {Number}
Get the field value
Percent rate of the additional charge times 10000
Returns:
must be a long integer
- Type
- Number
(static) AdditionalChargeAmount#getType() → {payments.AdditionalChargeType}
Get the field value
The type of additional charge
Returns:
(static) AdditionalChargeAmount#setAmount(amount)
Set the field value
Amount of the additional charge
Parameters:
Name | Type | Description |
---|---|---|
amount |
Number | must be a long integer |
(static) AdditionalChargeAmount#setId(id)
Set the field value
Additional charge id
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
(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 |
(static) AdditionalChargeAmount#setType(type)
Set the field value
The type of additional charge
Parameters:
Name | Type | Description |
---|---|---|
type |
payments.AdditionalChargeType |