ShopifySharpCurrencyExchangeAdjustment constructor

const ShopifySharpCurrencyExchangeAdjustment({
  1. double? adjustment,
  2. double? originalAmount,
  3. double? finalAmount,
  4. String? currency,
  5. int? id,
  6. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpCurrencyExchangeAdjustment({
  this.adjustment,
  this.originalAmount,
  this.finalAmount,
  this.currency,
  this.id,
  this.adminGraphqlApiId,
});