Class PaymentProduct5407

java.lang.Object
com.onlinepayments.domain.PaymentProduct5407

public class PaymentProduct5407 extends Object
  • Constructor Details

    • PaymentProduct5407

      public PaymentProduct5407()
  • Method Details

    • getPairingToken

      public String getPairingToken()
      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.
    • setPairingToken

      public void setPairingToken(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.
    • withPairingToken

      public 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.
    • getQrCode

      public String getQrCode()
      Contains a base64 encoded PNG image. By prepending data:image/png;base64, this value can be used as the source of an HTML inline image on a desktop or tablet (intended to be scanned by a device with the Twint app)
    • setQrCode

      public void setQrCode(String value)
      Contains a base64 encoded PNG image. By prepending data:image/png;base64, this value can be used as the source of an HTML inline image on a desktop or tablet (intended to be scanned by a device with the Twint app)
    • withQrCode

      public PaymentProduct5407 withQrCode(String value)
      Contains a base64 encoded PNG image. By prepending data:image/png;base64, this value can be used as the source of an HTML inline image on a desktop or tablet (intended to be scanned by a device with the Twint app)