pub struct SetupIntentPaymentMethodOptionsPaypal {
pub billing_agreement_id: Option<String>,
}Fields§
§billing_agreement_id: Option<String>The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsPaypal
impl Clone for SetupIntentPaymentMethodOptionsPaypal
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsPaypal
fn clone(&self) -> SetupIntentPaymentMethodOptionsPaypal
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 moreSource§impl PartialEq for SetupIntentPaymentMethodOptionsPaypal
impl PartialEq for SetupIntentPaymentMethodOptionsPaypal
Source§fn eq(&self, other: &SetupIntentPaymentMethodOptionsPaypal) -> bool
fn eq(&self, other: &SetupIntentPaymentMethodOptionsPaypal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SetupIntentPaymentMethodOptionsPaypal
impl StructuralPartialEq for SetupIntentPaymentMethodOptionsPaypal
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsPaypal
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsPaypal
impl Send for SetupIntentPaymentMethodOptionsPaypal
impl Sync for SetupIntentPaymentMethodOptionsPaypal
impl Unpin for SetupIntentPaymentMethodOptionsPaypal
impl UnsafeUnpin for SetupIntentPaymentMethodOptionsPaypal
impl UnwindSafe for SetupIntentPaymentMethodOptionsPaypal
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