StoreSettingCurrencyPutBody constructor

StoreSettingCurrencyPutBody({
  1. String? id,
  2. String? storeId,
  3. String? baseCurrency,
  4. List<StoreSettingCurrencyRatePutBody>? rates,
})

Implementation

StoreSettingCurrencyPutBody({
  this.id,
  this.storeId,
  this.baseCurrency,
  this.rates,
});