Class: PaymentTaxRate

payments.PaymentTaxRate

new PaymentTaxRate()

Source:

Methods

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

Get the field value
Source:
Returns:
Type
String

(static) PaymentTaxRate#getIsDefault() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

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

Get the field value
Source:
Returns:
Type
String

(static) PaymentTaxRate#getPaymentRef() → {base.Reference}

Get the field value The payment with which the payment tax rate is associated
Source:
Returns:
Type
base.Reference

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

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

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

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

(static) PaymentTaxRate#setId(id)

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

(static) PaymentTaxRate#setIsDefault(isDefault)

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

(static) PaymentTaxRate#setName(name)

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

(static) PaymentTaxRate#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) PaymentTaxRate#setRate(rate)

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

(static) PaymentTaxRate#setTaxableAmount(taxableAmount)

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