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