new IncrementPreAuthRequest()
Extends
Methods
(static) IncrementPreAuthRequest#getAmount() → {Number}
Get the field value
The amount by which to increment the pre-auth.
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.
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 |
(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 |