pub struct OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption {
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 return reason.
reason: Option<String>[required] Reason for the return. Acceptable values are: - “customerDiscretionaryReturn” - “customerInitiatedMerchantCancel” - “deliveredTooLate” - “expiredItem” - “invalidCoupon” - “malformedShippingAddress” - “other” - “productArrivedDamaged” - “productNotAsDescribed” - “qualityNotAsExpected” - “undeliverableShippingAddress” - “unsupportedPoBoxAddress” - “wrongProductShipped”
Trait Implementations§
Source§impl Clone for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl Clone for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Source§fn clone(
&self,
) -> OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
fn clone( &self, ) -> OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl Default for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Source§fn default() -> OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
fn default() -> OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl<'de> Deserialize<'de> for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Auto Trait Implementations§
impl Freeze for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl RefUnwindSafe for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl Send for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl Sync for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl Unpin for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
impl UnwindSafe for OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more