Stripe.Resources.SetupIntentPixDisplayQrCode (tiger_stripe v0.4.0)

Copy Markdown View Source

SetupIntentNextActionPixDisplayQrCode

Summary

Types

t()

@type t() :: %Stripe.Resources.SetupIntentPixDisplayQrCode{
  data: term(),
  expires_at: term(),
  hosted_instructions_url: term(),
  image_url_png: term(),
  image_url_svg: term()
}
  • data - The raw data string used to generate QR code, it should be used together with QR code library. Max length: 5000.
  • expires_at - The date (unix timestamp) when the PIX expires. Format: Unix timestamp.
  • hosted_instructions_url - The URL to the hosted pix instructions page, which allows customers to view the pix QR code. Max length: 5000.
  • image_url_png - The image_url_png string used to render png QR code Max length: 5000.
  • image_url_svg - The image_url_svg string used to render svg QR code Max length: 5000.

Functions

object_name()