pub struct UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent {
pub commodity_code: Option<String>,
}Expand description
This sub-hash contains line item details that are specific to the card_present payment method.
Fields§
§commodity_code: Option<String>Identifier that categorizes the items being purchased using a standardized commodity scheme such as (but not limited to) UNSPSC, NAICS, NAPCS, and so on.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Clone for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
Source§fn clone(
&self,
) -> UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
fn clone( &self, ) -> UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl PartialEq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
Source§fn eq(
&self,
other: &UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent,
) -> bool
fn eq( &self, other: &UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl StructuralPartialEq for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
Auto Trait Implementations§
impl Freeze for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl RefUnwindSafe for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Send for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Sync for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Unpin for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl UnsafeUnpin for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl UnwindSafe for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
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