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

:background_image_url :: :string

:client_token :: :string

:first_name :: :string

:last_name :: :string

:locale :: :string

:logo_url :: :string

:page_title :: :string

:pay_later_asset_urls_descriptive :: :string

:pay_later_asset_urls_standard :: :string

:pay_later_name :: :string

:pay_later_redirect_url :: :string

:pay_now_asset_urls_descriptive :: :string

:pay_now_asset_urls_standard :: :string

:pay_now_name :: :string

:pay_now_redirect_url :: :string

:pay_over_time_asset_urls_descriptive :: :string

:pay_over_time_asset_urls_standard :: :string

:pay_over_time_name :: :string

:pay_over_time_redirect_url :: :string

:payment_method_categories :: :string

:purchase_country :: :string

:purchase_type :: :string

:redirect_url :: :string

:shipping_delay :: :integer

:shipping_first_name :: :string

:shipping_last_name :: :string

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SourceTypeKlarna{
  background_image_url: String.t() | nil,
  client_token: String.t() | nil,
  first_name: String.t() | nil,
  last_name: String.t() | nil,
  locale: String.t() | nil,
  logo_url: String.t() | nil,
  page_title: String.t() | nil,
  pay_later_asset_urls_descriptive: String.t() | nil,
  pay_later_asset_urls_standard: String.t() | nil,
  pay_later_name: String.t() | nil,
  pay_later_redirect_url: String.t() | nil,
  pay_now_asset_urls_descriptive: String.t() | nil,
  pay_now_asset_urls_standard: String.t() | nil,
  pay_now_name: String.t() | nil,
  pay_now_redirect_url: String.t() | nil,
  pay_over_time_asset_urls_descriptive: String.t() | nil,
  pay_over_time_asset_urls_standard: String.t() | nil,
  pay_over_time_name: String.t() | nil,
  pay_over_time_redirect_url: String.t() | nil,
  payment_method_categories: String.t() | nil,
  purchase_country: String.t() | nil,
  purchase_type: String.t() | nil,
  redirect_url: String.t() | nil,
  shipping_delay: integer() | nil,
  shipping_first_name: String.t() | nil,
  shipping_last_name: 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()