Package com.onlinepayments.domain
Class PaymentProduct3012
java.lang.Object
com.onlinepayments.domain.PaymentProduct3012
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContains a value which can be used to build a QR code (intended to be scanned by a device with the Bancontact app)Contains URL intent that can be used as the link of an "open the app" button on a devicevoidContains a value which can be used to build a QR code (intended to be scanned by a device with the Bancontact app)voidsetUrlIntent(String value) Contains URL intent that can be used as the link of an "open the app" button on a devicewithQrCode(String value) Contains a value which can be used to build a QR code (intended to be scanned by a device with the Bancontact app)withUrlIntent(String value) Contains URL intent that can be used as the link of an "open the app" button on a device
-
Constructor Details
-
PaymentProduct3012
public PaymentProduct3012()
-
-
Method Details
-
getQrCode
Contains a value which can be used to build a QR code (intended to be scanned by a device with the Bancontact app) -
setQrCode
Contains a value which can be used to build a QR code (intended to be scanned by a device with the Bancontact app) -
withQrCode
Contains a value which can be used to build a QR code (intended to be scanned by a device with the Bancontact app) -
getUrlIntent
Contains URL intent that can be used as the link of an "open the app" button on a device -
setUrlIntent
Contains URL intent that can be used as the link of an "open the app" button on a device -
withUrlIntent
Contains URL intent that can be used as the link of an "open the app" button on a device
-