SumupPluginMerchantResponse constructor

SumupPluginMerchantResponse({
  1. String? merchantCode,
  2. String? currencyCode,
})

Implementation

SumupPluginMerchantResponse({
  this.merchantCode,
  this.currencyCode,
});