Class: CapturePreAuthResponse

remotepay.CapturePreAuthResponse

new CapturePreAuthResponse()

Source:

Extends

Methods

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

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

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

Get the field value Unique identifier for a payment
Source:
Returns:
Type
String

(static) CapturePreAuthResponse#getTipAmount() → {Number}

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

(static) CapturePreAuthResponse#setAmount(amount)

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

(static) CapturePreAuthResponse#setPaymentId(paymentId)

Set the field value Unique identifier for a payment
Parameters:
Name Type Description
paymentId String
Source:

(static) CapturePreAuthResponse#setTipAmount(tipAmount)

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