MerchantResponse constructor

MerchantResponse({
  1. required String merchantId,
  2. required String response,
})

Implementation

MerchantResponse({required this.merchantId, required this.response});