Class: CapturePreAuthResponseMessage

remotemessage.CapturePreAuthResponseMessage()

new CapturePreAuthResponseMessage()

Source:

Extends

Methods

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

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

(static) CapturePreAuthResponseMessage#getMessage() → {String}

Get the field value
Source:
Returns:
Type
String

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

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

(static) CapturePreAuthResponseMessage#getReason() → {String}

Get the field value Detail message from the server.
Source:
Returns:
Type
String

(static) CapturePreAuthResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value The status of the request.
Source:
Returns:
Type
remotemessage.ResultStatus

(static) CapturePreAuthResponseMessage#getTipAmount() → {Number|Null}

Get the field value Amount paid in tips
Source:
Returns:
must be a long integer,
Type
Number | Null

(static) CapturePreAuthResponseMessage#setAmount(amount)

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

(static) CapturePreAuthResponseMessage#setMessage(message)

Set the field value
Parameters:
Name Type Description
message String
Source:

(static) CapturePreAuthResponseMessage#setPaymentId(paymentId)

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

(static) CapturePreAuthResponseMessage#setReason(reason)

Set the field value Detail message from the server.
Parameters:
Name Type Description
reason String
Source:

(static) CapturePreAuthResponseMessage#setStatus(status)

Set the field value The status of the request.
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source:

(static) CapturePreAuthResponseMessage#setTipAmount(tipAmount)

Set the field value Amount paid in tips
Parameters:
Name Type Description
tipAmount Number | Null must be a long integer,
Source: