CustomerProcessPayment constructor
CustomerProcessPayment({
- List<
CustomerKhasCart> ? customerKhasCart, - String? paymentMethodId,
- bool? success,
- String? message,
- SetUpPayment? setUpPayment,
Implementation
CustomerProcessPayment({
this.customerKhasCart,
this.paymentMethodId,
this.success,
this.message,
this.setUpPayment,
});