View Source ExOAPI.Stripe.Schemas.TerminalReaderReaderResourceProcessPaymentIntentAction (exoapi_stripe v0.1.4)
description: Represents a reader action to process a payment intent
:payment_intent :: ExOAPI.Stripe.Schemas.PaymentIntent | :string
Most recent PaymentIntent processed by the reader.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() ::
%ExOAPI.Stripe.Schemas.TerminalReaderReaderResourceProcessPaymentIntentAction{
payment_intent: ExOAPI.EctoTypes.AnyOf.t() | nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()