Struct stripe::generated::payment::payment_method::UpdatePaymentMethod
source · pub struct UpdatePaymentMethod<'a> {
pub acss_debit: Option<UpdatePaymentMethodAcssDebit>,
pub affirm: Option<UpdatePaymentMethodAffirm>,
pub au_becs_debit: Option<UpdatePaymentMethodAuBecsDebit>,
pub bacs_debit: Option<UpdatePaymentMethodBacsDebit>,
pub billing_details: Option<BillingDetails>,
pub blik: Option<UpdatePaymentMethodBlik>,
pub card: Option<UpdateApiParam>,
pub expand: &'a [&'a str],
pub link: Option<UpdatePaymentMethodLink>,
pub metadata: Option<Metadata>,
pub sepa_debit: Option<UpdatePaymentMethodSepaDebit>,
pub us_bank_account: Option<UpdatePaymentMethodUsBankAccount>,
}Expand description
The parameters for PaymentMethod::update.
Fields§
§acss_debit: Option<UpdatePaymentMethodAcssDebit>This is a legacy parameter that will be removed in the future.
It is a hash that does not accept any keys.
affirm: Option<UpdatePaymentMethodAffirm>This is a legacy parameter that will be removed in the future.
It is a hash that does not accept any keys.
au_becs_debit: Option<UpdatePaymentMethodAuBecsDebit>This is a legacy parameter that will be removed in the future.
It is a hash that does not accept any keys.
bacs_debit: Option<UpdatePaymentMethodBacsDebit>This is a legacy parameter that will be removed in the future.
It is a hash that does not accept any keys.
billing_details: Option<BillingDetails>Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
blik: Option<UpdatePaymentMethodBlik>This is a legacy parameter that will be removed in the future.
It is a hash that does not accept any keys.
card: Option<UpdateApiParam>If this is a card PaymentMethod, this hash contains the user’s card details.
expand: &'a [&'a str]Specifies which fields in the response should be expanded.
link: Option<UpdatePaymentMethodLink>If this is an Link PaymentMethod, this hash contains details about the Link payment method.
metadata: Option<Metadata>Set of key-value pairs that you can attach to an object.
This can be useful for storing additional information about the object in a structured format.
Individual keys can be unset by posting an empty value to them.
All keys can be unset by posting an empty value to metadata.
sepa_debit: Option<UpdatePaymentMethodSepaDebit>This is a legacy parameter that will be removed in the future.
It is a hash that does not accept any keys.
us_bank_account: Option<UpdatePaymentMethodUsBankAccount>If this is an us_bank_account PaymentMethod, this hash contains details about the US bank account payment method.
Implementations§
source§impl<'a> UpdatePaymentMethod<'a>
impl<'a> UpdatePaymentMethod<'a>
Trait Implementations§
source§impl<'a> Clone for UpdatePaymentMethod<'a>
impl<'a> Clone for UpdatePaymentMethod<'a>
source§fn clone(&self) -> UpdatePaymentMethod<'a>
fn clone(&self) -> UpdatePaymentMethod<'a>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more