Stripe.Params.TestHelpers.Issuing.AuthorizationRespondParams
(tiger_stripe v0.4.0)
Copy Markdown
View Source
Parameters for authorization respond.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.Issuing.AuthorizationRespondParams{ confirmed: term(), expand: term() }
confirmed- Whether to simulate the user confirming that the transaction was legitimate (true) or telling Stripe that it was fraudulent (false).expand- Specifies which fields in the response should be expanded.