Uses of Class
com.onlinepayments.domain.PaymentProduct3012
Packages that use PaymentProduct3012
-
Uses of PaymentProduct3012 in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProduct3012Modifier and TypeMethodDescriptionShowFormData.getPaymentProduct3012()Contains the third party data for payment product 3012 (Bancontact)PaymentProduct3012.withQrCode(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)PaymentProduct3012.withUrlIntent(String value) Contains URL intent that can be used as the link of an "open the app" button on a deviceMethods in com.onlinepayments.domain with parameters of type PaymentProduct3012Modifier and TypeMethodDescriptionvoidShowFormData.setPaymentProduct3012(PaymentProduct3012 value) Contains the third party data for payment product 3012 (Bancontact)ShowFormData.withPaymentProduct3012(PaymentProduct3012 value) Contains the third party data for payment product 3012 (Bancontact)