Class PaymentProduct5404

java.lang.Object
com.onlinepayments.domain.PaymentProduct5404

public class PaymentProduct5404 extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
    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)
    void
    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)
    void
    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)
    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)
    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 inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PaymentProduct5404

      public PaymentProduct5404()
  • Method Details

    • getAppSwitchLink

      public String 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

      public void setAppSwitchLink(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)
    • withAppSwitchLink

      public 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)
    • getQrCodeUrl

      public String 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

      public void setQrCodeUrl(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)
    • withQrCodeUrl

      public 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)