pub struct UpdateSetupIntentPaymentMethodDataFpx {
pub account_holder_type: Option<UpdateSetupIntentPaymentMethodDataFpxAccountHolderType>,
pub bank: UpdateSetupIntentPaymentMethodDataFpxBank,
}
Expand description
If this is an fpx
PaymentMethod, this hash contains details about the FPX payment method.
Fields§
§account_holder_type: Option<UpdateSetupIntentPaymentMethodDataFpxAccountHolderType>
Account holder type for FPX transaction
bank: UpdateSetupIntentPaymentMethodDataFpxBank
The customer’s bank.
Implementations§
Source§impl UpdateSetupIntentPaymentMethodDataFpx
impl UpdateSetupIntentPaymentMethodDataFpx
pub fn new(bank: impl Into<UpdateSetupIntentPaymentMethodDataFpxBank>) -> Self
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodDataFpx
impl Clone for UpdateSetupIntentPaymentMethodDataFpx
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodDataFpx
fn clone(&self) -> UpdateSetupIntentPaymentMethodDataFpx
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 UpdateSetupIntentPaymentMethodDataFpx
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodDataFpx
impl Send for UpdateSetupIntentPaymentMethodDataFpx
impl Sync for UpdateSetupIntentPaymentMethodDataFpx
impl Unpin for UpdateSetupIntentPaymentMethodDataFpx
impl UnwindSafe for UpdateSetupIntentPaymentMethodDataFpx
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