pub struct CreatePaymentLinkSubscriptionDataInvoiceSettings {
pub issuer: Option<CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuer>,
}Expand description
All invoices will be billed using the specified settings.
Fields§
§issuer: Option<CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuer>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 CreatePaymentLinkSubscriptionDataInvoiceSettings
impl Clone for CreatePaymentLinkSubscriptionDataInvoiceSettings
Source§fn clone(&self) -> CreatePaymentLinkSubscriptionDataInvoiceSettings
fn clone(&self) -> CreatePaymentLinkSubscriptionDataInvoiceSettings
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 PartialEq for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl PartialEq for CreatePaymentLinkSubscriptionDataInvoiceSettings
Source§fn eq(&self, other: &CreatePaymentLinkSubscriptionDataInvoiceSettings) -> bool
fn eq(&self, other: &CreatePaymentLinkSubscriptionDataInvoiceSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl StructuralPartialEq for CreatePaymentLinkSubscriptionDataInvoiceSettings
Auto Trait Implementations§
impl Freeze for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl RefUnwindSafe for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl Send for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl Sync for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl Unpin for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl UnsafeUnpin for CreatePaymentLinkSubscriptionDataInvoiceSettings
impl UnwindSafe for CreatePaymentLinkSubscriptionDataInvoiceSettings
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