SetupStripePayment constructor
SetupStripePayment({})
Implementation
SetupStripePayment({
this.amount = 1,
this.currency = "USD",
required this.token,
this.merchantDisplayName = "Your Name",
this.customerId,
this.customerName
});