pub struct PaymentsPrimitivesPaymentRecordsResourceShippingDetails {
pub address: PaymentsPrimitivesPaymentRecordsResourceAddress,
pub name: Option<String>,
pub phone: Option<String>,
}Expand description
The customer’s shipping information associated with this payment.
Fields§
§address: PaymentsPrimitivesPaymentRecordsResourceAddress§name: Option<String>The shipping recipient’s name.
phone: Option<String>The shipping recipient’s phone number.
Trait Implementations§
Source§impl Clone for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
impl Clone for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
Source§fn clone(&self) -> PaymentsPrimitivesPaymentRecordsResourceShippingDetails
fn clone(&self) -> PaymentsPrimitivesPaymentRecordsResourceShippingDetails
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 PaymentsPrimitivesPaymentRecordsResourceShippingDetails
impl FromValueOpt for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
impl RefUnwindSafe for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
impl Send for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
impl Sync for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
impl Unpin for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
impl UnwindSafe for PaymentsPrimitivesPaymentRecordsResourceShippingDetails
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