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()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentProcessingCustomerNotification{
  approval_requested: boolean() | nil,
  completes_at: integer() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()