new RefundRequest()
- Source:
Methods
(static) RefundRequest#getCard() → {pay.PaymentRequestCardDetails|Null}
Get the field value
- Source:
Returns:
- Type
- pay.PaymentRequestCardDetails | Null
(static) RefundRequest#getIsAdjustment() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) RefundRequest#getRefund() → {payments.Refund|Null}
Get the field value
- Source:
Returns:
- Type
- payments.Refund | Null
(static) RefundRequest#setCard(card)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
card |
pay.PaymentRequestCardDetails | Null |
- Source:
(static) RefundRequest#setIsAdjustment(isAdjustment)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
isAdjustment |
Boolean |
- Source:
(static) RefundRequest#setRefund(refund)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
refund |
payments.Refund | Null |
- Source: