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

setMaxReturnShippingFee(MonetaryAmount $maxReturnShippingFee)

No description

setRefundableItemsTotalAmount(MonetaryAmount $refundableItemsTotalAmount)

No description

setRefundableShippingAmount(MonetaryAmount $refundableShippingAmount)

No description

setTotalRefundedAmount(MonetaryAmount $totalRefundedAmount)

No description

Details

setChargeReturnShippingFee($chargeReturnShippingFee)

No description

Parameters

$chargeReturnShippingFee

bool getChargeReturnShippingFee()

No description

Return Value

bool

setMaxReturnShippingFee(MonetaryAmount $maxReturnShippingFee)

No description

Parameters

MonetaryAmount $maxReturnShippingFee

MonetaryAmount getMaxReturnShippingFee()

No description

Return Value

MonetaryAmount

setRefundableItemsTotalAmount(MonetaryAmount $refundableItemsTotalAmount)

No description

Parameters

MonetaryAmount $refundableItemsTotalAmount

MonetaryAmount getRefundableItemsTotalAmount()

No description

Return Value

MonetaryAmount

setRefundableShippingAmount(MonetaryAmount $refundableShippingAmount)

No description

Parameters

MonetaryAmount $refundableShippingAmount

MonetaryAmount getRefundableShippingAmount()

No description

Return Value

MonetaryAmount

setTotalRefundedAmount(MonetaryAmount $totalRefundedAmount)

No description

Parameters

MonetaryAmount $totalRefundedAmount

MonetaryAmount getTotalRefundedAmount()

No description

Return Value

MonetaryAmount