Class: PaymentRejectedMessage

remotemessage.PaymentRejectedMessage

new PaymentRejectedMessage()

Source:

Extends

Methods

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

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

(static) PaymentRejectedMessage#getVoidReason() → {order.VoidReason}

Get the field value The reason the payment is being rejected
Source:
Returns:
Type
order.VoidReason

(static) PaymentRejectedMessage#setPayment(payment)

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

(static) PaymentRejectedMessage#setVoidReason(voidReason)

Set the field value The reason the payment is being rejected
Parameters:
Name Type Description
voidReason order.VoidReason
Source: