ReturnPolicy constructor

ReturnPolicy({
  1. String? country,
  2. String? kind,
  3. String? label,
  4. String? name,
  5. List<String>? nonFreeReturnReasons,
  6. ReturnPolicyPolicy? policy,
  7. String? returnPolicyId,
  8. Price? returnShippingFee,
  9. List<ReturnPolicySeasonalOverride>? seasonalOverrides,
})

Implementation

ReturnPolicy({
  this.country,
  this.kind,
  this.label,
  this.name,
  this.nonFreeReturnReasons,
  this.policy,
  this.returnPolicyId,
  this.returnShippingFee,
  this.seasonalOverrides,
});