MerchantResponseModel constructor

MerchantResponseModel({
  1. String? referenceId,
  2. String? responseCode,
  3. String? responseDescription,
})

Implementation

MerchantResponseModel(
    {this.referenceId, this.responseCode, this.responseDescription});