pub struct PaymentMethodDetailsCardWalletVisaCheckout {
pub billing_address: Option<Address>,
pub email: Option<String>,
pub name: Option<String>,
pub shipping_address: Option<Address>,
}Fields§
§billing_address: Option<Address>Owner’s verified billing address.
Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
email: Option<String>Owner’s verified email.
Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
name: Option<String>Owner’s verified full name.
Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
shipping_address: Option<Address>Owner’s verified shipping address.
Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
Trait Implementations§
source§impl Clone for PaymentMethodDetailsCardWalletVisaCheckout
impl Clone for PaymentMethodDetailsCardWalletVisaCheckout
source§fn clone(&self) -> PaymentMethodDetailsCardWalletVisaCheckout
fn clone(&self) -> PaymentMethodDetailsCardWalletVisaCheckout
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 Default for PaymentMethodDetailsCardWalletVisaCheckout
impl Default for PaymentMethodDetailsCardWalletVisaCheckout
source§fn default() -> PaymentMethodDetailsCardWalletVisaCheckout
fn default() -> PaymentMethodDetailsCardWalletVisaCheckout
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentMethodDetailsCardWalletVisaCheckout
impl<'de> Deserialize<'de> for PaymentMethodDetailsCardWalletVisaCheckout
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