Class PaymentIntent.NextAction.PaynowDisplayQrCode

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.PaynowDisplayQrCode
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.NextAction

public static class PaymentIntent.NextAction.PaynowDisplayQrCode extends StripeObject
  • Constructor Details

    • PaynowDisplayQrCode

      public PaynowDisplayQrCode()
  • Method Details

    • getData

      public String getData()
      The raw data string used to generate QR code, it should be used together with QR code library.
    • getHostedInstructionsUrl

      public String getHostedInstructionsUrl()
      The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.
    • getImageUrlPng

      public String getImageUrlPng()
      The image_url_png string used to render QR code.
    • getImageUrlSvg

      public String getImageUrlSvg()
      The image_url_svg string used to render QR code.
    • setData

      public void setData(String data)
      The raw data string used to generate QR code, it should be used together with QR code library.
    • setHostedInstructionsUrl

      public void setHostedInstructionsUrl(String hostedInstructionsUrl)
      The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.
    • setImageUrlPng

      public void setImageUrlPng(String imageUrlPng)
      The image_url_png string used to render QR code.
    • setImageUrlSvg

      public void setImageUrlSvg(String imageUrlSvg)
      The image_url_svg string used to render QR code.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object