pub struct UpdatePaymentIntentPaymentMethodDataSofort {
pub country: UpdatePaymentIntentPaymentMethodDataSofortCountry,
}
Expand description
If this is a sofort
PaymentMethod, this hash contains details about the SOFORT payment method.
Fields§
§country: UpdatePaymentIntentPaymentMethodDataSofortCountry
Two-letter ISO code representing the country the bank account is located in.
Implementations§
Source§impl UpdatePaymentIntentPaymentMethodDataSofort
impl UpdatePaymentIntentPaymentMethodDataSofort
pub fn new( country: impl Into<UpdatePaymentIntentPaymentMethodDataSofortCountry>, ) -> Self
Trait Implementations§
Source§impl Clone for UpdatePaymentIntentPaymentMethodDataSofort
impl Clone for UpdatePaymentIntentPaymentMethodDataSofort
Source§fn clone(&self) -> UpdatePaymentIntentPaymentMethodDataSofort
fn clone(&self) -> UpdatePaymentIntentPaymentMethodDataSofort
Returns a duplicate 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 moreimpl Copy for UpdatePaymentIntentPaymentMethodDataSofort
Auto Trait Implementations§
impl Freeze for UpdatePaymentIntentPaymentMethodDataSofort
impl RefUnwindSafe for UpdatePaymentIntentPaymentMethodDataSofort
impl Send for UpdatePaymentIntentPaymentMethodDataSofort
impl Sync for UpdatePaymentIntentPaymentMethodDataSofort
impl Unpin for UpdatePaymentIntentPaymentMethodDataSofort
impl UnwindSafe for UpdatePaymentIntentPaymentMethodDataSofort
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
Mutably borrows from an owned value. Read more