ReturnPricingInfo class

Constructors

ReturnPricingInfo({bool? chargeReturnShippingFee, MonetaryAmount? maxReturnShippingFee, MonetaryAmount? refundableItemsTotalAmount, MonetaryAmount? refundableShippingAmount, MonetaryAmount? totalRefundedAmount})
ReturnPricingInfo.fromJson(Map json_)

Properties

chargeReturnShippingFee bool?
Default option for whether merchant should charge the customer for return shipping costs, based on customer selected return reason and merchant's return policy for the items being returned.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxReturnShippingFee MonetaryAmount?
Maximum return shipping costs that may be charged to the customer depending on merchant's assessment of the return reason and the merchant's return policy for the items being returned.
getter/setter pair
refundableItemsTotalAmount MonetaryAmount?
Total amount that can be refunded for the items in this return.
getter/setter pair
refundableShippingAmount MonetaryAmount?
Maximum amount that can be refunded for the original shipping fee.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalRefundedAmount MonetaryAmount?
Total amount already refunded by the merchant.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited