View Source ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayDisplayQrCode (exoapi_stripe v0.1.4)

:data :: :string

The data being used to generate QR code

:image_data_url :: :string

The base64 image data for a pre-generated QR code

:image_url_png :: :string

The image_url_png string used to render QR code

:image_url_svg :: :string

The image_url_svg string used to render QR code

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayDisplayQrCode{
  data: String.t() | nil,
  image_data_url: String.t() | nil,
  image_url_png: String.t() | nil,
  image_url_svg: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()