Uses of Class
com.onlinepayments.domain.PaymentProduct5404
Packages that use PaymentProduct5404
-
Uses of PaymentProduct5404 in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProduct5404Modifier and TypeMethodDescriptionShowFormData.getPaymentProduct5404()Contains the third party data for payment product 5404 (WeChat Pay)PaymentProduct5404.withAppSwitchLink(String value) Contains a application switch url that should open WeChat Pay application in mobile device (intended to be used by a device with the WeChat Pay app)PaymentProduct5404.withQrCodeUrl(String value) Contains a QR code url that can be used to build a QR code (intended to be scanned by a device with the WeChat Pay app)Methods in com.onlinepayments.domain with parameters of type PaymentProduct5404Modifier and TypeMethodDescriptionvoidShowFormData.setPaymentProduct5404(PaymentProduct5404 value) Contains the third party data for payment product 5404 (WeChat Pay)ShowFormData.withPaymentProduct5404(PaymentProduct5404 value) Contains the third party data for payment product 5404 (WeChat Pay)