Stripe.Resources.Issuing.Authorization.VerificationData.AuthenticationExemption
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Issuing.Authorization.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.