PaymentMethodArg constructor
PaymentMethodArg({
- String? orderGroupID,
- String? callBackRouteName,
- dynamic onRequestPaymentCompleted(
- CheckoutPayment result
- dynamic onError(
- String error
- dynamic onResultPaymentClosePressed()?,
- dynamic onRetryPaymentPressed()?,
- dynamic onChangePaymentPressed()?,
- dynamic onPaymentProcessCompleted(
- IncommePaymentStatus result
Implementation
PaymentMethodArg({
String? orderGroupID,
this.callBackRouteName,
this.onRequestPaymentCompleted,
this.onError,
this.onResultPaymentClosePressed,
this.onRetryPaymentPressed,
this.onChangePaymentPressed,
this.onPaymentProcessCompleted,
}) : orderGroupID = orderGroupID ?? "";