OnlineReturnPolicy constructor
OnlineReturnPolicy({
- bool? acceptDefectiveOnly,
- bool? acceptExchange,
- List<
String> ? countries, - List<
String> ? itemConditions, - String? label,
- String? name,
- Policy? policy,
- int? processRefundDays,
- RestockingFee? restockingFee,
- String? returnLabelSource,
- List<
String> ? returnMethods, - String? returnPolicyId,
- String? returnPolicyUri,
- ReturnShippingFee? returnShippingFee,
- 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,
});