new CardlessPaymentData()
- Source:
Methods
(static) CardlessPaymentData#getPaymentData() → {String}
Get the field value
QR code or barcode data
- Source:
Returns:
- Type
- String
(static) CardlessPaymentData#getPaymentNetwork() → {payments.CardlessPaymentNetwork}
Get the field value
Payment network
- Source:
Returns:
(static) CardlessPaymentData#getPaymentType() → {payments.CardlessPaymentDataType}
Get the field value
Payment method
- Source:
Returns:
(static) CardlessPaymentData#setPaymentData(paymentData)
Set the field value
QR code or barcode data
Parameters:
Name | Type | Description |
---|---|---|
paymentData |
String |
- Source:
(static) CardlessPaymentData#setPaymentNetwork(paymentNetwork)
Set the field value
Payment network
Parameters:
Name | Type | Description |
---|---|---|
paymentNetwork |
payments.CardlessPaymentNetwork |
- Source:
(static) CardlessPaymentData#setPaymentType(paymentType)
Set the field value
Payment method
Parameters:
Name | Type | Description |
---|---|---|
paymentType |
payments.CardlessPaymentDataType |
- Source: