View Source ExOAPI.Stripe.Schemas.PaymentMethodDetailsKonbini (exoapi_stripe v0.1.4)
:store :: ExOAPI.Stripe.Schemas.PaymentMethodDetailsKonbiniStore
If the payment succeeded, this contains the details of the convenience store where the payment was completed.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentMethodDetailsKonbini{
store: ExOAPI.EctoTypes.AnyOf.t() | nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()