pub struct PaymentMethodOptionsParam {
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.
Implementations§
Trait Implementations§
Source§impl Clone for PaymentMethodOptionsParam
impl Clone for PaymentMethodOptionsParam
Source§fn clone(&self) -> PaymentMethodOptionsParam
fn clone(&self) -> PaymentMethodOptionsParam
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 Debug for PaymentMethodOptionsParam
impl Debug for PaymentMethodOptionsParam
Source§impl Default for PaymentMethodOptionsParam
impl Default for PaymentMethodOptionsParam
Auto Trait Implementations§
impl Freeze for PaymentMethodOptionsParam
impl RefUnwindSafe for PaymentMethodOptionsParam
impl Send for PaymentMethodOptionsParam
impl Sync for PaymentMethodOptionsParam
impl Unpin for PaymentMethodOptionsParam
impl UnwindSafe for PaymentMethodOptionsParam
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