Class: ConfirmPaymentMessage

remotemessage.ConfirmPaymentMessage()

new ConfirmPaymentMessage()

Source:

Extends

Methods

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

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

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

Get the field value A payment
Source:
Returns:
Type
payments.Payment

(static) ConfirmPaymentMessage#setChallenges(challenges)

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

(static) ConfirmPaymentMessage#setPayment(payment)

Set the field value A payment
Parameters:
Name Type Description
payment payments.Payment
Source: