PaymentInitiationRequest constructor

PaymentInitiationRequest(
  1. String storeId,
  2. String storePassword,
  3. String billAmount,
  4. String orderId,
  5. String currency,
)

Implementation

PaymentInitiationRequest(this.storeId, this.storePassword, this.billAmount,
    this.orderId, this.currency);