Package com.onlinepayments.domain
Class PaymentProduct5407
java.lang.Object
com.onlinepayments.domain.PaymentProduct5407
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA 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.Contains a base64 encoded PNG image.voidsetPairingToken(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.voidContains a base64 encoded PNG image.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.withQrCode(String value) Contains a base64 encoded PNG image.
-
Constructor Details
-
PaymentProduct5407
public PaymentProduct5407()
-
-
Method Details
-
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. -
setPairingToken
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. -
withPairingToken
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. -
getQrCode
Contains a base64 encoded PNG image. By prepending data:image/png;base64, this value can be used as the source of an HTML inline image on a desktop or tablet (intended to be scanned by a device with the Twint app) -
setQrCode
Contains a base64 encoded PNG image. By prepending data:image/png;base64, this value can be used as the source of an HTML inline image on a desktop or tablet (intended to be scanned by a device with the Twint app) -
withQrCode
Contains a base64 encoded PNG image. By prepending data:image/png;base64, this value can be used as the source of an HTML inline image on a desktop or tablet (intended to be scanned by a device with the Twint app)
-