pub struct CreatePaymentIntentAutomaticPaymentMethods {
pub enabled: bool,
}Fields§
§enabled: boolWhether this feature is enabled.
Trait Implementations§
source§impl Clone for CreatePaymentIntentAutomaticPaymentMethods
impl Clone for CreatePaymentIntentAutomaticPaymentMethods
source§fn clone(&self) -> CreatePaymentIntentAutomaticPaymentMethods
fn clone(&self) -> CreatePaymentIntentAutomaticPaymentMethods
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 CreatePaymentIntentAutomaticPaymentMethods
impl Default for CreatePaymentIntentAutomaticPaymentMethods
source§fn default() -> CreatePaymentIntentAutomaticPaymentMethods
fn default() -> CreatePaymentIntentAutomaticPaymentMethods
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreatePaymentIntentAutomaticPaymentMethods
impl<'de> Deserialize<'de> for CreatePaymentIntentAutomaticPaymentMethods
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