Uses of Class
com.onlinepayments.domain.PaymentProduct5407
Packages that use PaymentProduct5407
-
Uses of PaymentProduct5407 in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProduct5407Modifier and TypeMethodDescriptionShowFormData.getPaymentProduct5407()Contains the third party data for payment product 5407 (Twint)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.Methods in com.onlinepayments.domain with parameters of type PaymentProduct5407Modifier and TypeMethodDescriptionvoidShowFormData.setPaymentProduct5407(PaymentProduct5407 value) Contains the third party data for payment product 5407 (Twint)ShowFormData.withPaymentProduct5407(PaymentProduct5407 value) Contains the third party data for payment product 5407 (Twint)