ReturnExecutionStatus constructor

ReturnExecutionStatus({
  1. int? status,
  2. int? reasonCode,
  3. String? reasonMessage,
  4. String? providerReturnCode,
  5. String? providerReturnMessage,
  6. String? returnCode,
  7. String? returnMessage,
  8. String? tid,
  9. String? proofOfSale,
  10. String? authorizationCode,
  11. List<Link>? links,
})

Implementation

ReturnExecutionStatus(
    {this.status,
    this.reasonCode,
    this.reasonMessage,
    this.providerReturnCode,
    this.providerReturnMessage,
    this.returnCode,
    this.returnMessage,
    this.tid,
    this.proofOfSale,
    this.authorizationCode,
    this.links});