RequestParamModel.name constructor

RequestParamModel.name({
  1. String? amount,
  2. String? merchantReference,
  3. String? sdkToken,
  4. String? currency,
  5. String? command,
  6. String? language,
  7. String? customerEmail,
})

Implementation

RequestParamModel.name(
    {this.amount,
    this.merchantReference,
    this.sdkToken,
    this.currency,
    this.command,
    this.language,
    this.customerEmail});