PaymentMethodDetailsCardThreeDSecure constructor
const
PaymentMethodDetailsCardThreeDSecure({
- PaymentMethodDetailsCardThreeDSecureAuthenticationFlow? authenticationFlow,
- PaymentMethodDetailsCardThreeDSecureElectronicCommerceIndicator? electronicCommerceIndicator,
- PaymentMethodDetailsCardThreeDSecureExemptionIndicator? exemptionIndicator,
- bool? exemptionIndicatorApplied,
- PaymentMethodDetailsCardThreeDSecureResult? result,
- PaymentMethodDetailsCardThreeDSecureResultReason? resultReason,
- String? transactionId,
- PaymentMethodDetailsCardThreeDSecureVersion? version,
Populated if this transaction used 3D Secure authentication.
Implementation
const PaymentMethodDetailsCardThreeDSecure({
this.authenticationFlow,
this.electronicCommerceIndicator,
this.exemptionIndicator,
this.exemptionIndicatorApplied,
this.result,
this.resultReason,
this.transactionId,
this.version,
});