Stripe.Params.TestHelpers.Issuing.AuthorizationIncrementParams
(tiger_stripe v0.4.0)
Copy Markdown
View Source
Parameters for authorization increment.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.Issuing.AuthorizationIncrementParams{ expand: term(), increment_amount: term(), is_amount_controllable: term() }
expand- Specifies which fields in the response should be expanded.increment_amount- The amount to increment the authorization by. This amount is in the authorization currency and in the smallest currency unit.is_amount_controllable- If settrue, you may provide amount to control how much to hold for the authorization.