pub struct PaymentLinksResourceIndividualName {
pub enabled: bool,
pub optional: bool,
}Fields§
§enabled: boolIndicates whether individual 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 PaymentLinksResourceIndividualName
impl Clone for PaymentLinksResourceIndividualName
Source§fn clone(&self) -> PaymentLinksResourceIndividualName
fn clone(&self) -> PaymentLinksResourceIndividualName
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 PaymentLinksResourceIndividualName
impl FromValueOpt for PaymentLinksResourceIndividualName
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentLinksResourceIndividualName
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceIndividualName
impl RefUnwindSafe for PaymentLinksResourceIndividualName
impl Send for PaymentLinksResourceIndividualName
impl Sync for PaymentLinksResourceIndividualName
impl Unpin for PaymentLinksResourceIndividualName
impl UnwindSafe for PaymentLinksResourceIndividualName
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