ReturnPricingInfo constructor
ReturnPricingInfo({
- bool? chargeReturnShippingFee,
- MonetaryAmount? maxReturnShippingFee,
- MonetaryAmount? refundableItemsTotalAmount,
- MonetaryAmount? refundableShippingAmount,
- MonetaryAmount? totalRefundedAmount,
Implementation
ReturnPricingInfo({
this.chargeReturnShippingFee,
this.maxReturnShippingFee,
this.refundableItemsTotalAmount,
this.refundableShippingAmount,
this.totalRefundedAmount,
});