StripeElixir.Params.PaymentRecordReportPaymentParams.AmountRequested (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.PaymentRecordReportPaymentParams.AmountRequested{
  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.