pub struct PaymentMethodP24 {
pub bank: Option<PaymentMethodP24Bank>,
}
Fields§
§bank: Option<PaymentMethodP24Bank>
The customer’s bank, if provided.
Trait Implementations§
Source§impl Clone for PaymentMethodP24
impl Clone for PaymentMethodP24
Source§fn clone(&self) -> PaymentMethodP24
fn clone(&self) -> PaymentMethodP24
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 moreSource§impl Debug for PaymentMethodP24
impl Debug for PaymentMethodP24
Source§impl Deserialize for PaymentMethodP24
impl Deserialize for PaymentMethodP24
Source§impl FromValueOpt for PaymentMethodP24
impl FromValueOpt for PaymentMethodP24
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for PaymentMethodP24
impl ObjectDeser for PaymentMethodP24
Auto Trait Implementations§
impl Freeze for PaymentMethodP24
impl RefUnwindSafe for PaymentMethodP24
impl Send for PaymentMethodP24
impl Sync for PaymentMethodP24
impl Unpin for PaymentMethodP24
impl UnwindSafe for PaymentMethodP24
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