Class: SignatureDisclaimer

payments.SignatureDisclaimer()

new SignatureDisclaimer()

Source:

Methods

(static) SignatureDisclaimer#getDisclaimerText() → {String|Null}

Get the field value
Source:
Returns:
Type
String | Null

(static) SignatureDisclaimer#getDisclaimerValues() → {Object.<String, String>}

Get the field value Values that will be substituted in standard disclaimer text (txn date/time, account number, product label, etc.
Source:
Returns:
A map of to <>
Type
Object.<String, String>

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

Get the field value The payment with which this Signature disclaimer is associated
Source:
Returns:
Type
base.Reference

(static) SignatureDisclaimer#setDisclaimerText(disclaimerText)

Set the field value
Parameters:
Name Type Description
disclaimerText String | Null
Source:

(static) SignatureDisclaimer#setDisclaimerValues(disclaimerValues)

Set the field value Values that will be substituted in standard disclaimer text (txn date/time, account number, product label, etc.
Parameters:
Name Type Description
disclaimerValues Object.<String, String> A map of to <>
Source:

(static) SignatureDisclaimer#setPaymentRef(paymentRef)

Set the field value The payment with which this Signature disclaimer is associated
Parameters:
Name Type Description
paymentRef base.Reference
Source: