Class PaymentProduct3012

java.lang.Object
com.onlinepayments.domain.PaymentProduct3012

public class PaymentProduct3012 extends Object
  • Constructor Details

    • PaymentProduct3012

      public PaymentProduct3012()
  • Method Details

    • getQrCode

      public String getQrCode()
      Contains a value which can be used to build a QR code (intended to be scanned by a device with the Bancontact app)
    • setQrCode

      public void setQrCode(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)
    • withQrCode

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

      public String getUrlIntent()
      Contains URL intent that can be used as the link of an "open the app" button on a device
    • setUrlIntent

      public void setUrlIntent(String value)
      Contains URL intent that can be used as the link of an "open the app" button on a device
    • withUrlIntent

      public PaymentProduct3012 withUrlIntent(String value)
      Contains URL intent that can be used as the link of an "open the app" button on a device