FastpayPaymentRequest constructor

FastpayPaymentRequest(
  1. String stroreId,
  2. String storePassword,
  3. String amount,
  4. String orderID,
  5. String callBackUriIos,
  6. String callBackUriAndroid,
  7. bool isProduction,
  8. dynamic callback(
    1. SDKStatus,
    2. String, {
    3. FastpayPaymentResponse? result,
    })?,
)

Implementation

FastpayPaymentRequest(this.stroreId, this.storePassword, this.amount,
    this.orderID, this.callBackUriIos, this.callBackUriAndroid, this.isProduction, this.callback);