alias Stripe::IssuingAuthorizationVerificationDataThreeDSecure

Overview

3D Secure details.

Alias Definition

Stripe::IssuingAuthorizationThreeDSecure

Defined in:

stripe/models/issuing_authorization_verification_data_three_d_secure.cr

Constant Summary

ERROR_MESSAGE_FOR_RESULT = "invalid value for \"result\", must be one of [attempt_acknowledged, authenticated, failed, required]."
VALID_VALUES_FOR_RESULT = String.static_array("attempt_acknowledged", "authenticated", "failed", "required")