new CreditRequest()
- Source:
Methods
(static) CreditRequest#getCredit() → {payments.Credit|Null}
Get the field value
- Source:
Returns:
- Type
- payments.Credit | Null
(static) CreditRequest#getOrderId() → {String}
Get the field value
Unique identifier of the order with which this payment is associated
- Source:
Returns:
- Type
- String
(static) CreditRequest#getPaymentCard() → {pay.PaymentRequestCardDetails|Null}
Get the field value
- Source:
Returns:
- Type
- pay.PaymentRequestCardDetails | Null
(static) CreditRequest#setCredit(credit)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
credit |
payments.Credit | Null |
- Source:
(static) CreditRequest#setOrderId(orderId)
Set the field value
Unique identifier of the order with which this payment is associated
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
- Source:
(static) CreditRequest#setPaymentCard(paymentCard)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
paymentCard |
pay.PaymentRequestCardDetails | Null |
- Source: