Class: TaxableAmountRate

payments.TaxableAmountRate

new TaxableAmountRate()

Source:

Methods

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

Get the field value
Source:
Returns:
Type
String

(static) TaxableAmountRate#getIsVat() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

(static) TaxableAmountRate#getName() → {String}

Get the field value
Source:
Returns:
Type
String

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

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

(static) TaxableAmountRate#getTaxableAmount() → {Number}

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

(static) TaxableAmountRate#setId(id)

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

(static) TaxableAmountRate#setIsVat(isVat)

Set the field value
Parameters:
Name Type Description
isVat Boolean
Source:

(static) TaxableAmountRate#setName(name)

Set the field value
Parameters:
Name Type Description
name String
Source:

(static) TaxableAmountRate#setRate(rate)

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

(static) TaxableAmountRate#setTaxableAmount(taxableAmount)

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