pub struct AmazonTx1 { /* private fields */ }Expand description
this one is from the window 2009-2019
from the beginning of time onward until the account closing
Implementations§
Source§impl AmazonTx1
impl AmazonTx1
pub fn order_date(&self) -> &String
pub fn order_id(&self) -> &String
pub fn title(&self) -> &String
pub fn category(&self) -> &String
pub fn asin_isbn(&self) -> &String
pub fn unspsc_code(&self) -> &String
pub fn website(&self) -> &String
pub fn release_date(&self) -> &String
pub fn condition(&self) -> &String
pub fn seller(&self) -> &String
pub fn seller_credentials(&self) -> &String
pub fn list_price_per_unit(&self) -> &String
pub fn purchase_price_per_unit(&self) -> &String
pub fn quantity(&self) -> &String
pub fn payment_instrument_type(&self) -> &String
pub fn purchase_order_number(&self) -> &String
pub fn po_line_number(&self) -> &String
pub fn ordering_customer_email(&self) -> &String
pub fn shipment_date(&self) -> &String
pub fn shipping_Address_name(&self) -> &String
pub fn shipping_address_streetq(&self) -> &String
pub fn shipping_address_street2(&self) -> &String
pub fn shipping_address_city(&self) -> &String
pub fn shipping_address_state(&self) -> &String
pub fn shipping_address_zip(&self) -> &String
pub fn order_status(&self) -> &String
pub fn carrier_name_and_tracking_number(&self) -> &String
pub fn item_subtotal(&self) -> &String
pub fn item_subtotal_tax(&self) -> &String
pub fn item_total(&self) -> &String
pub fn tax_exemption_applied(&self) -> &String
pub fn tax_exemption_type(&self) -> &String
pub fn exemption_opt_out(&self) -> &String
pub fn buyer_name(&self) -> &String
pub fn currency(&self) -> &String
pub fn group_name(&self) -> &String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AmazonTx1
impl<'de> Deserialize<'de> for AmazonTx1
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 AmazonTxn for AmazonTx1
Auto Trait Implementations§
impl Freeze for AmazonTx1
impl RefUnwindSafe for AmazonTx1
impl Send for AmazonTx1
impl Sync for AmazonTx1
impl Unpin for AmazonTx1
impl UnwindSafe for AmazonTx1
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more