Stripe.Params.TestHelpers.Issuing.AuthorizationFinalizeAmountParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for authorization finalize amount.

Summary

Types

t()

@type t() :: %Stripe.Params.TestHelpers.Issuing.AuthorizationFinalizeAmountParams{
  expand: term(),
  final_amount: term(),
  fleet: term(),
  fuel: term()
}
  • expand - Specifies which fields in the response should be expanded.
  • final_amount - The final authorization amount that will be captured by the merchant. This amount is in the authorization currency and in the smallest currency unit.
  • fleet - Fleet-specific information for authorizations using Fleet cards.
  • fuel - Information about fuel that was purchased with this transaction.