Class: CreditRequest

payments.CreditRequest()

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#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: