Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.VerificationData.AuthenticationExemption
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.Issuing.AuthorizationCreateParams.VerificationData.AuthenticationExemption{ claimed_by: String.t() | nil, type: String.t() | nil }
claimed_by- The entity that requested the exemption, either the acquiring merchant or the Issuing user. Possible values:acquirer,issuer.type- The specific exemption claimed for this authorization. Possible values:low_value_transaction,transaction_risk_analysis,unknown.