Class: ConfirmPaymentRequest

remotepay.ConfirmPaymentRequest()

new ConfirmPaymentRequest()

Source:

Extends

Methods

(static) ConfirmPaymentRequest#getChallenges() → {Array.<base.Challenge>}

Get the field value The challenges for the payment.
Source:
Returns:
An array of
Type
Array.<base.Challenge>

(static) ConfirmPaymentRequest#getPayment() → {payments.Payment}

Get the field value A payment that is being challenged
Source:
Returns:
Type
payments.Payment

(static) ConfirmPaymentRequest#setChallenges(challenges)

Set the field value The challenges for the payment.
Parameters:
Name Type Description
challenges Array.<base.Challenge> An array of
Source:

(static) ConfirmPaymentRequest#setPayment(payment)

Set the field value A payment that is being challenged
Parameters:
Name Type Description
payment payments.Payment
Source: