ShopifySharpShipping constructor

const ShopifySharpShipping({
  1. bool? fullRefund,
  2. double? amount,
  3. double? maximumRefundable,
})

Implementation

const ShopifySharpShipping({
  this.fullRefund,
  this.amount,
  this.maximumRefundable,
});