ReturnPricingInfo
class ReturnPricingInfo extends Model (View source)
Properties
bool | $chargeReturnShippingFee | ||
protected | $maxReturnShippingFeeType | ||
protected | $maxReturnShippingFeeDataType | ||
protected | $refundableItemsTotalAmountType | ||
protected | $refundableItemsTotalAmountDataType | ||
protected | $refundableShippingAmountType | ||
protected | $refundableShippingAmountDataType | ||
protected | $totalRefundedAmountType | ||
protected | $totalRefundedAmountDataType |
Methods
setChargeReturnShippingFee($chargeReturnShippingFee)
No description
bool
getChargeReturnShippingFee()
No description
getMaxReturnShippingFee()
No description
getRefundableItemsTotalAmount()
No description
getRefundableShippingAmount()
No description
getTotalRefundedAmount()
No description
Details
setChargeReturnShippingFee($chargeReturnShippingFee)
No description
bool
getChargeReturnShippingFee()
No description
setMaxReturnShippingFee(MonetaryAmount $maxReturnShippingFee)
No description
MonetaryAmount
getMaxReturnShippingFee()
No description
setRefundableItemsTotalAmount(MonetaryAmount $refundableItemsTotalAmount)
No description
MonetaryAmount
getRefundableItemsTotalAmount()
No description
setRefundableShippingAmount(MonetaryAmount $refundableShippingAmount)
No description
MonetaryAmount
getRefundableShippingAmount()
No description
setTotalRefundedAmount(MonetaryAmount $totalRefundedAmount)
No description
MonetaryAmount
getTotalRefundedAmount()
No description