pub struct PaymentMethodDetailsAfterpayClearpay {
pub order_id: Option<String>,
pub reference: Option<String>,
}
Fields§
§order_id: Option<String>
The Afterpay order ID associated with this payment intent.
reference: Option<String>
Order identifier shown to the merchant in Afterpay’s online portal.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsAfterpayClearpay
impl Clone for PaymentMethodDetailsAfterpayClearpay
Source§fn clone(&self) -> PaymentMethodDetailsAfterpayClearpay
fn clone(&self) -> PaymentMethodDetailsAfterpayClearpay
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 FromValueOpt for PaymentMethodDetailsAfterpayClearpay
impl FromValueOpt for PaymentMethodDetailsAfterpayClearpay
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsAfterpayClearpay
impl RefUnwindSafe for PaymentMethodDetailsAfterpayClearpay
impl Send for PaymentMethodDetailsAfterpayClearpay
impl Sync for PaymentMethodDetailsAfterpayClearpay
impl Unpin for PaymentMethodDetailsAfterpayClearpay
impl UnwindSafe for PaymentMethodDetailsAfterpayClearpay
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