pub struct UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal {
pub category: Option<UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory>,
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<UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypalCategory>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 UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Clone for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
Source§fn clone(
&self,
) -> UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
fn clone( &self, ) -> UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
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 UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl RefUnwindSafe for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Send for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Sync for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl Unpin for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
impl UnwindSafe for UpdatePaymentIntentAmountDetailsLineItemsPaymentMethodOptionsPaypal
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