| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ReturnPricingInfo |
ReturnPricingInfo.clone() |
ReturnPricingInfo |
MerchantOrderReturn.getReturnPricingInfo()
Information about shipping costs.
|
ReturnPricingInfo |
ReturnPricingInfo.set(String fieldName,
Object value) |
ReturnPricingInfo |
ReturnPricingInfo.setChargeReturnShippingFee(Boolean chargeReturnShippingFee)
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.
|
ReturnPricingInfo |
ReturnPricingInfo.setMaxReturnShippingFee(MonetaryAmount maxReturnShippingFee)
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.
|
ReturnPricingInfo |
ReturnPricingInfo.setRefundableItemsTotalAmount(MonetaryAmount refundableItemsTotalAmount)
Total amount that can be refunded for the items in this return.
|
ReturnPricingInfo |
ReturnPricingInfo.setRefundableShippingAmount(MonetaryAmount refundableShippingAmount)
Maximum amount that can be refunded for the original shipping fee.
|
ReturnPricingInfo |
ReturnPricingInfo.setTotalRefundedAmount(MonetaryAmount totalRefundedAmount)
Total amount already refunded by the merchant.
|
| Modifier and Type | Method and Description |
|---|---|
MerchantOrderReturn |
MerchantOrderReturn.setReturnPricingInfo(ReturnPricingInfo returnPricingInfo)
Information about shipping costs.
|
Copyright © 2011–2023 Google. All rights reserved.