Stripe.Resources.PaymentRecord.AmountGuaranteed (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentRecord.AmountGuaranteed{
  currency: String.t() | nil,
  value: integer() | nil
}
  • currency - Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.
  • value - A positive integer representing the amount in the currency's minor unit. For example, 100 can represent 1 USD or 100 JPY.