BraintreeDropInRequest constructor
BraintreeDropInRequest({
- String? clientToken,
- String? tokenizationKey,
- String? amount,
- BraintreeBillingAddress? billingAddress,
- String? email,
- bool collectDeviceData = false,
- bool requestThreeDSecureVerification = false,
- BraintreeGooglePaymentRequest? googlePaymentRequest,
- BraintreePayPalRequest? paypalRequest,
- BraintreeApplePayRequest? applePayRequest,
- bool venmoEnabled = true,
- bool cardEnabled = true,
- bool paypalEnabled = true,
- bool maskCardNumber = false,
- bool maskSecurityCode = false,
- bool vaultManagerEnabled = false,
Implementation
BraintreeDropInRequest({
this.clientToken,
this.tokenizationKey,
this.amount,
this.billingAddress,
this.email,
this.collectDeviceData = false,
this.requestThreeDSecureVerification = false,
this.googlePaymentRequest,
this.paypalRequest,
this.applePayRequest,
this.venmoEnabled = true,
this.cardEnabled = true,
this.paypalEnabled = true,
this.maskCardNumber = false,
this.maskSecurityCode = false,
this.vaultManagerEnabled = false,
});