Class: IncrementPreAuthMessage

remotemessage.IncrementPreAuthMessage()

new IncrementPreAuthMessage()

Source:

Extends

Methods

(static) IncrementPreAuthMessage#getAmount() → {Number}

Get the field value The amount by which to increment the pre-auth.
Source:
Returns:
must be a long integer
Type
Number

(static) IncrementPreAuthMessage#getPaymentId() → {String}

Get the field value paymentId of the pre-auth to be incremented.
Source:
Returns:
Type
String

(static) IncrementPreAuthMessage#setAmount(amount)

Set the field value The amount by which to increment the pre-auth.
Parameters:
Name Type Description
amount Number must be a long integer
Source:

(static) IncrementPreAuthMessage#setPaymentId(paymentId)

Set the field value paymentId of the pre-auth to be incremented.
Parameters:
Name Type Description
paymentId String
Source: