pub struct CreateCheckoutSessionSubscriptionDataInvoiceSettings {
pub issuer: Option<CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuer>,
}Expand description
All invoices will be billed using the specified settings.
Fields§
§issuer: Option<CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuer>The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.
Implementations§
Trait Implementations§
Source§impl Clone for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl Clone for CreateCheckoutSessionSubscriptionDataInvoiceSettings
Source§fn clone(&self) -> CreateCheckoutSessionSubscriptionDataInvoiceSettings
fn clone(&self) -> CreateCheckoutSessionSubscriptionDataInvoiceSettings
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 moreimpl Eq for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl StructuralPartialEq for CreateCheckoutSessionSubscriptionDataInvoiceSettings
Auto Trait Implementations§
impl Freeze for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl RefUnwindSafe for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl Send for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl Sync for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl Unpin for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl UnsafeUnpin for CreateCheckoutSessionSubscriptionDataInvoiceSettings
impl UnwindSafe for CreateCheckoutSessionSubscriptionDataInvoiceSettings
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