pub struct PaymentPagesCheckoutSessionTaxIdCollection {
pub enabled: bool,
pub required: PaymentPagesCheckoutSessionTaxIdCollectionRequired,
}Fields§
§enabled: boolIndicates whether tax ID collection is enabled for the session
required: PaymentPagesCheckoutSessionTaxIdCollectionRequiredIndicates whether a tax ID is required on the payment page
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionTaxIdCollection
impl Clone for PaymentPagesCheckoutSessionTaxIdCollection
Source§fn clone(&self) -> PaymentPagesCheckoutSessionTaxIdCollection
fn clone(&self) -> PaymentPagesCheckoutSessionTaxIdCollection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaymentPagesCheckoutSessionTaxIdCollection
impl FromValueOpt for PaymentPagesCheckoutSessionTaxIdCollection
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionTaxIdCollection
impl PartialEq for PaymentPagesCheckoutSessionTaxIdCollection
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionTaxIdCollection) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionTaxIdCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PaymentPagesCheckoutSessionTaxIdCollection
impl StructuralPartialEq for PaymentPagesCheckoutSessionTaxIdCollection
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionTaxIdCollection
impl RefUnwindSafe for PaymentPagesCheckoutSessionTaxIdCollection
impl Send for PaymentPagesCheckoutSessionTaxIdCollection
impl Sync for PaymentPagesCheckoutSessionTaxIdCollection
impl Unpin for PaymentPagesCheckoutSessionTaxIdCollection
impl UnsafeUnpin for PaymentPagesCheckoutSessionTaxIdCollection
impl UnwindSafe for PaymentPagesCheckoutSessionTaxIdCollection
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