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#getPaymentRef() → {base.Reference}
    Get the field value
The payment with which the payment tax rate is associated
- Source:
Returns:
- Type
- base.Reference
(static) ServiceChargeAmount#getRefundRef() → {base.Reference}
    Get the field value
The refund with which the refund tax rate is associated
- Source:
Returns:
- Type
- base.Reference
(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:
(static) ServiceChargeAmount#setPaymentRef(paymentRef)
    Set the field value
The payment with which the payment tax rate is associated
    Parameters:
| Name | Type | Description | 
|---|---|---|
| paymentRef | base.Reference | 
- Source:
(static) ServiceChargeAmount#setRefundRef(refundRef)
    Set the field value
The refund with which the refund tax rate is associated
    Parameters:
| Name | Type | Description | 
|---|---|---|
| refundRef | base.Reference | 
- Source: