Class PaymentIntent.NextAction.PixDisplayQrCode

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

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

    • PixDisplayQrCode

      public PixDisplayQrCode()
  • Method Details

    • getData

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

      public Long getExpiresAt()
      The date (unix timestamp) when the PIX expires.
    • getHostedInstructionsUrl

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

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

      public String getImageUrlSvg()
      The image_url_svg string used to render svg 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.
    • setExpiresAt

      public void setExpiresAt(Long expiresAt)
      The date (unix timestamp) when the PIX expires.
    • setHostedInstructionsUrl

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

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

      public void setImageUrlSvg(String imageUrlSvg)
      The image_url_svg string used to render svg 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