Struct stripe::generated::core::setup_intent::SetupIntentPaymentMethodOptionsMandateOptionsBlik
source · pub struct SetupIntentPaymentMethodOptionsMandateOptionsBlik {
pub expires_after: Option<Timestamp>,
pub off_session: Option<MandateOptionsOffSessionDetailsBlik>,
pub type_: Option<SetupIntentPaymentMethodOptionsMandateOptionsBlikType>,
}Fields§
§expires_after: Option<Timestamp>Date at which the mandate expires.
off_session: Option<MandateOptionsOffSessionDetailsBlik>§type_: Option<SetupIntentPaymentMethodOptionsMandateOptionsBlikType>Type of the mandate.
Trait Implementations§
source§impl Clone for SetupIntentPaymentMethodOptionsMandateOptionsBlik
impl Clone for SetupIntentPaymentMethodOptionsMandateOptionsBlik
source§fn clone(&self) -> SetupIntentPaymentMethodOptionsMandateOptionsBlik
fn clone(&self) -> SetupIntentPaymentMethodOptionsMandateOptionsBlik
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 SetupIntentPaymentMethodOptionsMandateOptionsBlik
impl Default for SetupIntentPaymentMethodOptionsMandateOptionsBlik
source§fn default() -> SetupIntentPaymentMethodOptionsMandateOptionsBlik
fn default() -> SetupIntentPaymentMethodOptionsMandateOptionsBlik
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetupIntentPaymentMethodOptionsMandateOptionsBlik
impl<'de> Deserialize<'de> for SetupIntentPaymentMethodOptionsMandateOptionsBlik
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