pub struct UpdatePaymentMethodConfigurationGooglePay {
pub display_preference: Option<UpdatePaymentMethodConfigurationGooglePayDisplayPreference>,
}Expand description
Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer’s Google account. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationGooglePayDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationGooglePay
impl Clone for UpdatePaymentMethodConfigurationGooglePay
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationGooglePay
fn clone(&self) -> UpdatePaymentMethodConfigurationGooglePay
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 PartialEq for UpdatePaymentMethodConfigurationGooglePay
impl PartialEq for UpdatePaymentMethodConfigurationGooglePay
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationGooglePay) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationGooglePay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationGooglePay
impl StructuralPartialEq for UpdatePaymentMethodConfigurationGooglePay
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationGooglePay
impl RefUnwindSafe for UpdatePaymentMethodConfigurationGooglePay
impl Send for UpdatePaymentMethodConfigurationGooglePay
impl Sync for UpdatePaymentMethodConfigurationGooglePay
impl Unpin for UpdatePaymentMethodConfigurationGooglePay
impl UnsafeUnpin for UpdatePaymentMethodConfigurationGooglePay
impl UnwindSafe for UpdatePaymentMethodConfigurationGooglePay
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