TokenResponseModel constructor

TokenResponseModel({
  1. String? referenceId,
  2. String? responseCode,
  3. String? responseDescription,
  4. String? tokenId,
  5. String? amount,
})

Implementation

TokenResponseModel(
    {this.referenceId,
    this.responseCode,
    this.responseDescription,
    this.tokenId,
    this.amount});