View Source ExOAPI.Stripe.Schemas.PaymentIntentProcessingCustomerNotification (exoapi_stripe v0.1.4)
:approval_requested :: :boolean
Whether customer approval has been requested for this payment. For payments greater than INR 5000 or mandate amount, the customer must provide explicit approval of the payment with their bank.
:completes_at :: :integer
If customer approval is required, they need to provide approval before this time.
Link to this section Summary
Link to this section Types
@type params() :: map()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()