pub struct ConfirmPaymentIntentPaymentMethodDataAuBecsDebit {
pub account_number: String,
pub bsb_number: String,
}
Expand description
If this is an au_becs_debit
PaymentMethod, this hash contains details about the bank account.
Fields§
§account_number: String
The account number for the bank account.
bsb_number: String
Bank-State-Branch number of the bank account.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
impl Clone for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
Source§fn clone(&self) -> ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
fn clone(&self) -> ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
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 moreAuto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
impl Send for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
impl Sync for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
impl Unpin for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodDataAuBecsDebit
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