pub struct PaymentLinksResourceBusinessName {
pub enabled: bool,
pub optional: bool,
}Fields§
§enabled: boolIndicates whether business name collection is enabled for the payment link.
optional: boolWhether the customer is required to complete the field before checking out. Defaults to false.
Trait Implementations§
Source§impl Clone for PaymentLinksResourceBusinessName
impl Clone for PaymentLinksResourceBusinessName
Source§fn clone(&self) -> PaymentLinksResourceBusinessName
fn clone(&self) -> PaymentLinksResourceBusinessName
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 FromValueOpt for PaymentLinksResourceBusinessName
impl FromValueOpt for PaymentLinksResourceBusinessName
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentLinksResourceBusinessName
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceBusinessName
impl RefUnwindSafe for PaymentLinksResourceBusinessName
impl Send for PaymentLinksResourceBusinessName
impl Sync for PaymentLinksResourceBusinessName
impl Unpin for PaymentLinksResourceBusinessName
impl UnwindSafe for PaymentLinksResourceBusinessName
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