pub struct CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer {
pub account: Option<String>,
pub type_: CreateSubscriptionSchedulePhasesInvoiceSettingsIssuerType,
}
Expand description
The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.
Fields§
§account: Option<String>
The connected account being referenced when type
is account
.
type_: CreateSubscriptionSchedulePhasesInvoiceSettingsIssuerType
Type of the account referenced in the request.
Implementations§
Source§impl CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
impl CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
pub fn new( type_: impl Into<CreateSubscriptionSchedulePhasesInvoiceSettingsIssuerType>, ) -> Self
Trait Implementations§
Source§impl Clone for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
impl Clone for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
Source§fn clone(&self) -> CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
fn clone(&self) -> CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
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 moreAuto Trait Implementations§
impl Freeze for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
impl RefUnwindSafe for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
impl Send for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
impl Sync for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
impl Unpin for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
impl UnwindSafe for CreateSubscriptionSchedulePhasesInvoiceSettingsIssuer
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