Class PaymentIntent.NextAction.PromptpayDisplayQrCode

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

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

    • PromptpayDisplayQrCode

      public PromptpayDisplayQrCode()
  • 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 PromptPay instructions page, which allows customers to view the PromptPay QR code.
    • getImageUrlPng

      public String getImageUrlPng()
      The PNG path used to render the QR code, can be used as the source in an HTML img tag.
    • getImageUrlSvg

      public String getImageUrlSvg()
      The SVG path used to render the QR code, can be used as the source in an HTML img tag.
    • 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 PromptPay instructions page, which allows customers to view the PromptPay QR code.
    • setImageUrlPng

      public void setImageUrlPng(String imageUrlPng)
      The PNG path used to render the QR code, can be used as the source in an HTML img tag.
    • setImageUrlSvg

      public void setImageUrlSvg(String imageUrlSvg)
      The SVG path used to render the QR code, can be used as the source in an HTML img tag.
    • 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