ReserveCreditSaleModel constructor

ReserveCreditSaleModel({
  1. String? timestamp,
  2. String? responseCode,
  3. ReserveResponseModel? response,
  4. String? responseMessage,
  5. String? transactionId,
})

Implementation

ReserveCreditSaleModel(
    {this.timestamp,
    this.responseCode,
    this.response,
    this.responseMessage,
    this.transactionId});