pub struct PaymentPagesCheckoutSessionInvoiceCreation {
pub enabled: bool,
pub invoice_data: PaymentPagesCheckoutSessionInvoiceSettings,
}Fields§
§enabled: boolIndicates whether invoice creation is enabled for the Checkout Session.
invoice_data: PaymentPagesCheckoutSessionInvoiceSettingsTrait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionInvoiceCreation
impl Clone for PaymentPagesCheckoutSessionInvoiceCreation
Source§fn clone(&self) -> PaymentPagesCheckoutSessionInvoiceCreation
fn clone(&self) -> PaymentPagesCheckoutSessionInvoiceCreation
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 PaymentPagesCheckoutSessionInvoiceCreation
impl FromValueOpt for PaymentPagesCheckoutSessionInvoiceCreation
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionInvoiceCreation
impl RefUnwindSafe for PaymentPagesCheckoutSessionInvoiceCreation
impl Send for PaymentPagesCheckoutSessionInvoiceCreation
impl Sync for PaymentPagesCheckoutSessionInvoiceCreation
impl Unpin for PaymentPagesCheckoutSessionInvoiceCreation
impl UnsafeUnpin for PaymentPagesCheckoutSessionInvoiceCreation
impl UnwindSafe for PaymentPagesCheckoutSessionInvoiceCreation
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