Stripe.Resources.Charge.PaymentMethodDetails.Card.Overcapture (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Card.Overcapture{
  maximum_amount_capturable: integer() | nil,
  status: String.t() | nil
}
  • maximum_amount_capturable - The maximum amount that can be captured.
  • status - Indicates whether or not the authorized amount can be over-captured. Possible values: available, unavailable.