OnlineReturnPolicy constructor

OnlineReturnPolicy({
  1. bool? acceptDefectiveOnly,
  2. bool? acceptExchange,
  3. List<String>? countries,
  4. List<String>? itemConditions,
  5. String? label,
  6. String? name,
  7. Policy? policy,
  8. int? processRefundDays,
  9. RestockingFee? restockingFee,
  10. String? returnLabelSource,
  11. List<String>? returnMethods,
  12. String? returnPolicyId,
  13. String? returnPolicyUri,
  14. ReturnShippingFee? returnShippingFee,
  15. List<SeasonalOverride>? seasonalOverrides,
})

Implementation

OnlineReturnPolicy({
  this.acceptDefectiveOnly,
  this.acceptExchange,
  this.countries,
  this.itemConditions,
  this.label,
  this.name,
  this.policy,
  this.processRefundDays,
  this.restockingFee,
  this.returnLabelSource,
  this.returnMethods,
  this.returnPolicyId,
  this.returnPolicyUri,
  this.returnShippingFee,
  this.seasonalOverrides,
});