pub struct CreateConfirmationTokenPaymentMethodDataAcssDebit {
pub account_number: String,
pub institution_number: String,
pub transit_number: String,
}Expand description
If this is an acss_debit PaymentMethod, this hash contains details about the ACSS Debit payment method.
Fields§
§account_number: StringCustomer’s bank account number.
institution_number: StringInstitution number of the customer’s bank.
transit_number: StringTransit number of the customer’s bank.
Implementations§
Trait Implementations§
Source§impl Clone for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl Clone for CreateConfirmationTokenPaymentMethodDataAcssDebit
Source§fn clone(&self) -> CreateConfirmationTokenPaymentMethodDataAcssDebit
fn clone(&self) -> CreateConfirmationTokenPaymentMethodDataAcssDebit
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 PartialEq for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl PartialEq for CreateConfirmationTokenPaymentMethodDataAcssDebit
Source§fn eq(&self, other: &CreateConfirmationTokenPaymentMethodDataAcssDebit) -> bool
fn eq(&self, other: &CreateConfirmationTokenPaymentMethodDataAcssDebit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl StructuralPartialEq for CreateConfirmationTokenPaymentMethodDataAcssDebit
Auto Trait Implementations§
impl Freeze for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl RefUnwindSafe for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl Send for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl Sync for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl Unpin for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl UnsafeUnpin for CreateConfirmationTokenPaymentMethodDataAcssDebit
impl UnwindSafe for CreateConfirmationTokenPaymentMethodDataAcssDebit
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