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 moreAuto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsPaypal
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsPaypal
impl Send for SetupIntentPaymentMethodOptionsPaypal
impl Sync for SetupIntentPaymentMethodOptionsPaypal
impl Unpin 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