pub struct PayPalPaymentSourceResponse {
pub account_id: Option<String>,
pub address: Option<PayPalPaymentSourceResponseAddress>,
pub email_address: Option<String>,
pub name: Option<Name>,
}
Fields§
§account_id: Option<String>
§address: Option<PayPalPaymentSourceResponseAddress>
§email_address: Option<String>
§name: Option<Name>
Trait Implementations§
source§impl Clone for PayPalPaymentSourceResponse
impl Clone for PayPalPaymentSourceResponse
source§fn clone(&self) -> PayPalPaymentSourceResponse
fn clone(&self) -> PayPalPaymentSourceResponse
Returns a copy 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 PayPalPaymentSourceResponse
impl Debug for PayPalPaymentSourceResponse
source§impl Default for PayPalPaymentSourceResponse
impl Default for PayPalPaymentSourceResponse
source§fn default() -> PayPalPaymentSourceResponse
fn default() -> PayPalPaymentSourceResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PayPalPaymentSourceResponse
impl<'de> Deserialize<'de> for PayPalPaymentSourceResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more