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

:entity :: :string

:reference :: :string

:refund_account_holder_address_city :: :string

:refund_account_holder_address_country :: :string

:refund_account_holder_address_line1 :: :string

:refund_account_holder_address_line2 :: :string

:refund_account_holder_address_postal_code :: :string

:refund_account_holder_address_state :: :string

:refund_account_holder_name :: :string

:refund_iban :: :string

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.SourceTypeMultibanco{
  entity: String.t() | nil,
  reference: String.t() | nil,
  refund_account_holder_address_city: String.t() | nil,
  refund_account_holder_address_country: String.t() | nil,
  refund_account_holder_address_line1: String.t() | nil,
  refund_account_holder_address_line2: String.t() | nil,
  refund_account_holder_address_postal_code: String.t() | nil,
  refund_account_holder_address_state: String.t() | nil,
  refund_account_holder_name: String.t() | nil,
  refund_iban: 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()