View Source ExOAPI.Stripe.Schemas.PaymentMethodSofort (exoapi_stripe v0.1.3)

:country :: :string

Two-letter ISO code representing the country the bank account is located in.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentMethodSofort{country: 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()