pub struct CreatePaymentMethodConfigurationBillie {
pub display_preference: Option<CreatePaymentMethodConfigurationBillieDisplayPreference>,
}Expand description
Billie is a single-use payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get immediate notification of whether the payment succeeded or failed.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationBillieDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationBillie
impl Clone for CreatePaymentMethodConfigurationBillie
Source§fn clone(&self) -> CreatePaymentMethodConfigurationBillie
fn clone(&self) -> CreatePaymentMethodConfigurationBillie
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 CreatePaymentMethodConfigurationBillie
impl PartialEq for CreatePaymentMethodConfigurationBillie
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationBillie) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationBillie) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationBillie
impl StructuralPartialEq for CreatePaymentMethodConfigurationBillie
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationBillie
impl RefUnwindSafe for CreatePaymentMethodConfigurationBillie
impl Send for CreatePaymentMethodConfigurationBillie
impl Sync for CreatePaymentMethodConfigurationBillie
impl Unpin for CreatePaymentMethodConfigurationBillie
impl UnsafeUnpin for CreatePaymentMethodConfigurationBillie
impl UnwindSafe for CreatePaymentMethodConfigurationBillie
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