pub enum BuyerInvoicePreference {
Individual,
Business,
}Expand description
The buyer’s invoicing preference. Sellers can use this data to issue electronic invoices for orders in Turkey. Note: This attribute is only available in the Turkey marketplace.
Variants§
Trait Implementations§
Source§impl Clone for BuyerInvoicePreference
impl Clone for BuyerInvoicePreference
Source§fn clone(&self) -> BuyerInvoicePreference
fn clone(&self) -> BuyerInvoicePreference
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 Debug for BuyerInvoicePreference
impl Debug for BuyerInvoicePreference
Source§impl Default for BuyerInvoicePreference
impl Default for BuyerInvoicePreference
Source§fn default() -> BuyerInvoicePreference
fn default() -> BuyerInvoicePreference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BuyerInvoicePreference
impl<'de> Deserialize<'de> for BuyerInvoicePreference
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
Source§impl Hash for BuyerInvoicePreference
impl Hash for BuyerInvoicePreference
Source§impl Ord for BuyerInvoicePreference
impl Ord for BuyerInvoicePreference
Source§fn cmp(&self, other: &BuyerInvoicePreference) -> Ordering
fn cmp(&self, other: &BuyerInvoicePreference) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BuyerInvoicePreference
impl PartialEq for BuyerInvoicePreference
Source§impl PartialOrd for BuyerInvoicePreference
impl PartialOrd for BuyerInvoicePreference
Source§impl Serialize for BuyerInvoicePreference
impl Serialize for BuyerInvoicePreference
impl Copy for BuyerInvoicePreference
impl Eq for BuyerInvoicePreference
impl StructuralPartialEq for BuyerInvoicePreference
Auto Trait Implementations§
impl Freeze for BuyerInvoicePreference
impl RefUnwindSafe for BuyerInvoicePreference
impl Send for BuyerInvoicePreference
impl Sync for BuyerInvoicePreference
impl Unpin for BuyerInvoicePreference
impl UnwindSafe for BuyerInvoicePreference
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