pub struct CheckoutPaymentMethodOptionCardNetworkApiSchema {
pub card_network_type: Option<Value>,
}Fields
card_network_type: Option<Value>Options for the card network CARD_NETWORK_TYPE.
The list of available card networks and their CARD_NETWORK_TYPE can be found here.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for CheckoutPaymentMethodOptionCardNetworkApiSchema
impl<'de> Deserialize<'de> for CheckoutPaymentMethodOptionCardNetworkApiSchema
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for CheckoutPaymentMethodOptionCardNetworkApiSchema
impl Send for CheckoutPaymentMethodOptionCardNetworkApiSchema
impl Sync for CheckoutPaymentMethodOptionCardNetworkApiSchema
impl Unpin for CheckoutPaymentMethodOptionCardNetworkApiSchema
impl UnwindSafe for CheckoutPaymentMethodOptionCardNetworkApiSchema
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more