Class: IncrementPreAuthRequest

remotepay.IncrementPreAuthRequest()

new IncrementPreAuthRequest()

Source:

Extends

Methods

(static) IncrementPreAuthRequest#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) IncrementPreAuthRequest#getPaymentId() → {String}

Get the field value The preauth to be incremented. This id should be pulled from the Payment.paymentId field in the PreAuthResponse.
Source:
Returns:
Type
String

(static) IncrementPreAuthRequest#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) IncrementPreAuthRequest#setPaymentId(paymentId)

Set the field value The preauth to be incremented. This id should be pulled from the Payment.paymentId field in the PreAuthResponse.
Parameters:
Name Type Description
paymentId String
Source: