pub struct RefundReason {
pub description: Option<String>,
pub reason_code: 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>Description of the reason.
reason_code: Option<String>Code of the refund reason. 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 RefundReason
impl Clone for RefundReason
Source§fn clone(&self) -> RefundReason
fn clone(&self) -> RefundReason
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more