new ConfirmPaymentRequest()
Extends
Methods
(static) ConfirmPaymentRequest#getChallenges() → {Array.<base.Challenge>}
Get the field value
The challenges for the payment.
Returns:
An array of
- Type
- Array.<base.Challenge>
(static) ConfirmPaymentRequest#getPayment() → {payments.Payment}
Get the field value
A payment that is being challenged
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 |
(static) ConfirmPaymentRequest#setPayment(payment)
Set the field value
A payment that is being challenged
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment |