Stripe.Resources.CashappQrCode (tiger_stripe v0.1.10)

Copy Markdown View Source

PaymentIntentNextActionCashappQRCode

Summary

Types

t()

@type t() :: %Stripe.Resources.CashappQrCode{
  expires_at: integer(),
  image_url_png: String.t(),
  image_url_svg: String.t()
}
  • expires_at - The date (unix timestamp) when the QR code expires. Format: Unix timestamp.
  • image_url_png - The image_url_png string used to render QR code Max length: 5000.
  • image_url_svg - The image_url_svg string used to render QR code Max length: 5000.

Functions

object_name()