Stripe.Resources.Issuing.Transaction.AmountDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Issuing.Transaction.AmountDetails{
  atm_fee: integer() | nil,
  cashback_amount: integer() | nil
}
  • atm_fee - The fee charged by the ATM for the cash withdrawal. Nullable.
  • cashback_amount - The amount of cash requested by the cardholder. Nullable.