pub struct CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal {
pub category: Option<CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory>,
pub description: Option<String>,
pub sold_by: Option<String>,
}Expand description
This sub-hash contains line item details that are specific to paypal payment method.“
Fields§
§category: Option<CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory>Type of the line item.
description: Option<String>Description of the line item.
sold_by: Option<String>The Stripe account ID of the connected account that sells the item.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Clone for CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
Source§fn clone(
&self,
) -> CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
fn clone( &self, ) -> CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
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 CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl RefUnwindSafe for CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Send for CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Sync for CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Unpin for CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl UnwindSafe for CreatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
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