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