Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentIntent.PresentmentDetails{ presentment_amount: integer() | nil, presentment_currency: String.t() | nil }
presentment_amount- Amount intended to be collected by this payment, denominated inpresentment_currency.presentment_currency- Currency presented to the customer during payment. Max length: 5000.