Stripe.Resources.Refund.PresentmentDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Refund.PresentmentDetails{
  presentment_amount: integer() | nil,
  presentment_currency: String.t() | nil
}
  • presentment_amount - Amount intended to be collected by this payment, denominated in presentment_currency.
  • presentment_currency - Currency presented to the customer during payment. Max length: 5000.