View Source ExOAPI.Stripe.Schemas.CountrySpecVerificationFields (exoapi_stripe v0.1.4)
:company :: ExOAPI.Stripe.Schemas.CountrySpecVerificationFieldDetails
:individual :: ExOAPI.Stripe.Schemas.CountrySpecVerificationFieldDetails
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.CountrySpecVerificationFields{ company: ExOAPI.Stripe.Schemas.CountrySpecVerificationFieldDetails.t() | nil, individual: ExOAPI.Stripe.Schemas.CountrySpecVerificationFieldDetails.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()