pub struct CreatePaymentMethodConfigurationFpx {
pub display_preference: Option<CreatePaymentMethodConfigurationFpxDisplayPreference>,
}Expand description
Financial Process Exchange (FPX) is a Malaysia-based payment method that allows customers to complete transactions online using their bank credentials. Bank Negara Malaysia (BNM), the Central Bank of Malaysia, and eleven other major Malaysian financial institutions are members of the PayNet Group, which owns and operates FPX. It is one of the most popular online payment methods in Malaysia, with nearly 90 million transactions in 2018 according to BNM. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationFpxDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationFpx
impl Clone for CreatePaymentMethodConfigurationFpx
Source§fn clone(&self) -> CreatePaymentMethodConfigurationFpx
fn clone(&self) -> CreatePaymentMethodConfigurationFpx
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 CreatePaymentMethodConfigurationFpx
impl PartialEq for CreatePaymentMethodConfigurationFpx
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationFpx) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationFpx) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationFpx
impl StructuralPartialEq for CreatePaymentMethodConfigurationFpx
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationFpx
impl RefUnwindSafe for CreatePaymentMethodConfigurationFpx
impl Send for CreatePaymentMethodConfigurationFpx
impl Sync for CreatePaymentMethodConfigurationFpx
impl Unpin for CreatePaymentMethodConfigurationFpx
impl UnsafeUnpin for CreatePaymentMethodConfigurationFpx
impl UnwindSafe for CreatePaymentMethodConfigurationFpx
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