History constructor
History(- {String amount,
- String responseCode,
- String operationType,
- String authorizationNsu,
- String authorizer,
- String createdAt,
- String authorizerId,
- String gatewayResponseTime,
- String responseMessage,
- String authorizationCode,
- String id,
- String transaction,
- 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});