History constructor

History(
  1. {String amount,
  2. String responseCode,
  3. String operationType,
  4. String authorizationNsu,
  5. String authorizer,
  6. String createdAt,
  7. String authorizerId,
  8. String gatewayResponseTime,
  9. String responseMessage,
  10. String authorizationCode,
  11. String id,
  12. String transaction,
  13. String status}
)

Implementation

History(
    {this.amount,
    this.responseCode,
    this.operationType,
    this.authorizationNsu,
    this.authorizer,
    this.createdAt,
    this.authorizerId,
    this.gatewayResponseTime,
    this.responseMessage,
    this.authorizationCode,
    this.id,
    this.transaction,
    this.status});