new ServiceChargeAmount()
- Source:
Methods
(static) ServiceChargeAmount#getAmount() → {Number}
Get the field value
- Source:
Returns:
must be a long integer
- Type
- Number
(static) ServiceChargeAmount#getId() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) ServiceChargeAmount#getName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) ServiceChargeAmount#setAmount(amount)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
amount |
Number | must be a long integer |
- Source:
(static) ServiceChargeAmount#setId(id)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) ServiceChargeAmount#setName(name)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
name |
String |
- Source: