Package com.onlinepayments.domain
Class PaymentProduct5404
java.lang.Object
com.onlinepayments.domain.PaymentProduct5404
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContains 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)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)voidsetAppSwitchLink(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)voidsetQrCodeUrl(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)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)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)
-
Constructor Details
-
PaymentProduct5404
public PaymentProduct5404()
-
-
Method Details
-
getAppSwitchLink
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) -
setAppSwitchLink
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) -
withAppSwitchLink
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) -
getQrCodeUrl
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) -
setQrCodeUrl
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) -
withQrCodeUrl
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)
-