pub struct BillingBillResourceInvoicingPricingPricing {
pub price_details: Option<BillingBillResourceInvoicingPricingPricingPriceDetails>,
pub type_: BillingBillResourceInvoicingPricingPricingType,
pub unit_amount_decimal: Option<String>,
}
Fields§
§price_details: Option<BillingBillResourceInvoicingPricingPricingPriceDetails>
§type_: BillingBillResourceInvoicingPricingPricingType
The type of the pricing details.
unit_amount_decimal: Option<String>
The unit amount (in the currency
specified) of the item which contains a decimal value with at most 12 decimal places.
Trait Implementations§
Source§impl Clone for BillingBillResourceInvoicingPricingPricing
impl Clone for BillingBillResourceInvoicingPricingPricing
Source§fn clone(&self) -> BillingBillResourceInvoicingPricingPricing
fn clone(&self) -> BillingBillResourceInvoicingPricingPricing
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 BillingBillResourceInvoicingPricingPricing
impl FromValueOpt for BillingBillResourceInvoicingPricingPricing
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for BillingBillResourceInvoicingPricingPricing
impl RefUnwindSafe for BillingBillResourceInvoicingPricingPricing
impl Send for BillingBillResourceInvoicingPricingPricing
impl Sync for BillingBillResourceInvoicingPricingPricing
impl Unpin for BillingBillResourceInvoicingPricingPricing
impl UnwindSafe for BillingBillResourceInvoicingPricingPricing
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