PaymentProviderStripe constructor
PaymentProviderStripe({})
Implementation
PaymentProviderStripe({
required this.publishableKey,
required this.needCountry,
required this.needPostalCode,
required this.needCardholderName,
});