You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/async-stripe-connect/src/account/requests.rs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2012,7 +2012,7 @@ impl Default for CreateAccountSettings {
2012
2012
/// Settings specific to the account’s use of Invoices.
2013
2013
#[derive(Copy,Clone,Debug, serde::Serialize)]
2014
2014
pubstructCreateAccountSettingsInvoices{
2015
-
/// Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
2015
+
/// Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.
@@ -2026,7 +2026,7 @@ impl Default for CreateAccountSettingsInvoices {
2026
2026
Self::new()
2027
2027
}
2028
2028
}
2029
-
/// Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
2029
+
/// Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.
/// Account Tax IDs get added when an invoice is finalized.
3846
3846
#[serde(skip_serializing_if = "Option::is_none")]
3847
3847
pubdefault_account_tax_ids:Option<Vec<String>>,
3848
-
/// Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
3848
+
/// Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.
@@ -3859,7 +3859,7 @@ impl Default for UpdateAccountSettingsInvoices {
3859
3859
Self::new()
3860
3860
}
3861
3861
}
3862
-
/// Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
3862
+
/// Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.
/// Controls when the funds are captured from the customer's account.
5811
+
///
5812
+
/// If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
5813
+
///
5814
+
/// If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
/// Request ability to capture this payment beyond the standard [authorization validity window](https://stripe.com/docs/terminal/features/extended-authorizations#authorization-validity).
@@ -5832,6 +5840,70 @@ impl Default for CreatePaymentIntentPaymentMethodOptionsCardPresent {
5832
5840
Self::new()
5833
5841
}
5834
5842
}
5843
+
/// Controls when the funds are captured from the customer's account.
5844
+
///
5845
+
/// If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
5846
+
///
5847
+
/// If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
/// Controls when the funds are captured from the customer's account.
17100
+
///
17101
+
/// If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
17102
+
///
17103
+
/// If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
/// Request ability to capture this payment beyond the standard [authorization validity window](https://stripe.com/docs/terminal/features/extended-authorizations#authorization-validity).
@@ -17049,6 +17129,70 @@ impl Default for UpdatePaymentIntentPaymentMethodOptionsCardPresent {
17049
17129
Self::new()
17050
17130
}
17051
17131
}
17132
+
/// Controls when the funds are captured from the customer's account.
17133
+
///
17134
+
/// If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
17135
+
///
17136
+
/// If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
/// Controls when the funds are captured from the customer's account.
29162
+
///
29163
+
/// If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
29164
+
///
29165
+
/// If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
/// Request ability to capture this payment beyond the standard [authorization validity window](https://stripe.com/docs/terminal/features/extended-authorizations#authorization-validity).
@@ -29039,6 +29191,66 @@ impl Default for ConfirmPaymentIntentPaymentMethodOptionsCardPresent {
29039
29191
Self::new()
29040
29192
}
29041
29193
}
29194
+
/// Controls when the funds are captured from the customer's account.
29195
+
///
29196
+
/// If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
29197
+
///
29198
+
/// If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
/// Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
8
+
/// Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.
/// Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
118
+
/// Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page.
0 commit comments