pub struct OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption {
pub description: Option<String>,
pub reason: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§description: Option<String>Optional description of the refund reason.
reason: Option<String>[required] Reason for the refund. Acceptable values are: - “adjustment” - “autoPostInternal” - “autoPostInvalidBillingAddress” - “autoPostNoInventory” - “autoPostPriceError” - “autoPostUndeliverableShippingAddress” - “couponAbuse” - “courtesyAdjustment” - “customerCanceled” - “customerDiscretionaryReturn” - “customerInitiatedMerchantCancel” - “customerSupportRequested” - “deliveredLateByCarrier” - “deliveredTooLate” - “expiredItem” - “failToPushOrderGoogleError” - “failToPushOrderMerchantError” - “failToPushOrderMerchantFulfillmentError” - “failToPushOrderToMerchant” - “failToPushOrderToMerchantOutOfStock” - “feeAdjustment” - “invalidCoupon” - “lateShipmentCredit” - “malformedShippingAddress” - “merchantDidNotShipOnTime” - “noInventory” - “orderTimeout” - “other” - “paymentAbuse” - “paymentDeclined” - “priceAdjustment” - “priceError” - “productArrivedDamaged” - “productNotAsDescribed” - “promoReallocation” - “qualityNotAsExpected” - “returnRefundAbuse” - “shippingCostAdjustment” - “shippingPriceError” - “taxAdjustment” - “taxError” - “undeliverableShippingAddress” - “unsupportedPoBoxAddress” - “wrongProductShipped”
Trait Implementations§
Source§impl Clone for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
impl Clone for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
Source§fn clone(
&self,
) -> OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
fn clone( &self, ) -> OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more