Struct stripe::generated::payment::payment_method::UpdatePaymentMethod
source · pub struct UpdatePaymentMethod<'a> {
pub billing_details: Option<BillingDetails>,
pub card: Option<UpdateApiParam>,
pub expand: &'a [&'a str],
pub link: Option<UpdatePaymentMethodLink>,
pub metadata: Option<Metadata>,
pub us_bank_account: Option<UpdatePaymentMethodUsBankAccount>,
}
Expand description
The parameters for PaymentMethod::update
.
Fields§
§billing_details: Option<BillingDetails>
Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
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
.
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 moresource§impl<'a> Debug for UpdatePaymentMethod<'a>
impl<'a> Debug for UpdatePaymentMethod<'a>
source§impl<'a> Default for UpdatePaymentMethod<'a>
impl<'a> Default for UpdatePaymentMethod<'a>
source§fn default() -> UpdatePaymentMethod<'a>
fn default() -> UpdatePaymentMethod<'a>
Auto Trait Implementations§
impl<'a> Freeze for UpdatePaymentMethod<'a>
impl<'a> RefUnwindSafe for UpdatePaymentMethod<'a>
impl<'a> Send for UpdatePaymentMethod<'a>
impl<'a> Sync for UpdatePaymentMethod<'a>
impl<'a> Unpin for UpdatePaymentMethod<'a>
impl<'a> UnwindSafe for UpdatePaymentMethod<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)