pub struct ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent {
pub commodity_code: Option<String>,
}Expand description
This sub-hash contains line item details that are specific to 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, etc.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Clone for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
Source§fn clone(
&self,
) -> ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
fn clone( &self, ) -> ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
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 moreAuto Trait Implementations§
impl Freeze for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl RefUnwindSafe for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Send for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Sync for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl Unpin for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
impl UnwindSafe for ConfirmPaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardPresent
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