pub struct BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent {
pub invoice_item_details: Option<BillingBillResourceInvoicingLinesParentsInvoiceLineItemInvoiceItemParent>,
pub subscription_item_details: Option<BillingBillResourceInvoicingLinesParentsInvoiceLineItemSubscriptionItemParent>,
pub type_: BillingBillResourceInvoicingLinesParentsInvoiceLineItemParentType,
}
Fields§
§invoice_item_details: Option<BillingBillResourceInvoicingLinesParentsInvoiceLineItemInvoiceItemParent>
Details about the invoice item that generated this line item
subscription_item_details: Option<BillingBillResourceInvoicingLinesParentsInvoiceLineItemSubscriptionItemParent>
Details about the subscription item that generated this line item
type_: BillingBillResourceInvoicingLinesParentsInvoiceLineItemParentType
The type of parent that generated this line item
Trait Implementations§
Source§impl Clone for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
impl Clone for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
Source§fn clone(&self) -> BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
fn clone(&self) -> BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
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 BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
impl FromValueOpt for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
impl RefUnwindSafe for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
impl Send for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
impl Sync for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
impl Unpin for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
impl UnwindSafe for BillingBillResourceInvoicingLinesParentsInvoiceLineItemParent
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