ApiCallType.startPayment constructor

ApiCallType.startPayment({
  1. String? orderId,
})

Class For Invoking Payment Directly --- Flutter Instamojo

Implementation

ApiCallType.startPayment({this.orderId})
    : createOrderBody = null,
      orderCreationUrl = null,
      callType = Type.START_PAYMENT;