Struct stripe::generated::core::payment_intent::UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
source · pub struct UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan {
pub count: u64,
pub interval: UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval,
pub type_: UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanType,
}Fields§
§count: u64For fixed_count installment plans, this is the number of installment payments your customer will make to their credit card.
interval: UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanIntervalFor fixed_count installment plans, this is the interval between installment payments your customer will make to their credit card.
One of month.
type_: UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanTypeType of installment plan, one of fixed_count.
Trait Implementations§
source§impl Clone for UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
impl Clone for UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
source§fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
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 UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
impl Default for UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
source§fn default() -> UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
fn default() -> UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
impl<'de> Deserialize<'de> for UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
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