public class PaymentProduct5407 extends Object
| Constructor and Description |
|---|
PaymentProduct5407() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPairingToken()
A numeric token, which the user has to copy or type into the TWINT app in order to pair it with the merchant for the payment process.
|
String |
getQrCode()
Contains a base64 encoded PNG image.
|
void |
setPairingToken(String value)
A numeric token, which the user has to copy or type into the TWINT app in order to pair it with the merchant for the payment process.
|
void |
setQrCode(String value)
Contains a base64 encoded PNG image.
|
PaymentProduct5407 |
withPairingToken(String value)
A numeric token, which the user has to copy or type into the TWINT app in order to pair it with the merchant for the payment process.
|
PaymentProduct5407 |
withQrCode(String value)
Contains a base64 encoded PNG image.
|
public String getPairingToken()
public void setPairingToken(String value)
public PaymentProduct5407 withPairingToken(String value)
public String getQrCode()
public void setQrCode(String value)
public PaymentProduct5407 withQrCode(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.