ValidatePaymentModel constructor

ValidatePaymentModel({
  1. String? responseCode,
  2. String? message,
  3. String? transactionAmount,
  4. String? charges,
  5. String? gST,
  6. String? totalPayable,
})

Implementation

ValidatePaymentModel(
    {this.responseCode,
      this.message,
      this.transactionAmount,
      this.charges,
      this.gST,
      this.totalPayable});