pub struct PaymentPagesCheckoutSessionTaxIdCollection {
pub enabled: bool,
pub required: PaymentPagesCheckoutSessionTaxIdCollectionRequired,
}
Fields§
§enabled: bool
Indicates whether tax ID collection is enabled for the session
required: PaymentPagesCheckoutSessionTaxIdCollectionRequired
Indicates 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 · 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>
impl Copy 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 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