Rapyd.Types.CheckoutPage (rapyd v1.0.0)

Copy Markdown View Source

A Rapyd-hosted checkout page.

Summary

Types

t()

@type t() :: %Rapyd.Types.CheckoutPage{
  amount: float(),
  country: String.t() | nil,
  currency: String.t(),
  expiration: integer() | nil,
  id: String.t(),
  language: String.t() | nil,
  metadata: map() | nil,
  redirect_url: String.t(),
  status: String.t(),
  token: String.t()
}