Name | Type | Description | Notes |
---|---|---|---|
Description | string | ||
Amount | float32 | ||
PeriodStart | string | ||
PeriodEnd | string |
func NewBillingInvoicePreviewLinesInner(description string, amount float32, periodStart string, periodEnd string, ) *BillingInvoicePreviewLinesInner
NewBillingInvoicePreviewLinesInner instantiates a new BillingInvoicePreviewLinesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingInvoicePreviewLinesInnerWithDefaults() *BillingInvoicePreviewLinesInner
NewBillingInvoicePreviewLinesInnerWithDefaults instantiates a new BillingInvoicePreviewLinesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *BillingInvoicePreviewLinesInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *BillingInvoicePreviewLinesInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingInvoicePreviewLinesInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *BillingInvoicePreviewLinesInner) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *BillingInvoicePreviewLinesInner) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingInvoicePreviewLinesInner) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *BillingInvoicePreviewLinesInner) GetPeriodStart() string
GetPeriodStart returns the PeriodStart field if non-nil, zero value otherwise.
func (o *BillingInvoicePreviewLinesInner) GetPeriodStartOk() (*string, bool)
GetPeriodStartOk returns a tuple with the PeriodStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingInvoicePreviewLinesInner) SetPeriodStart(v string)
SetPeriodStart sets PeriodStart field to given value.
func (o *BillingInvoicePreviewLinesInner) GetPeriodEnd() string
GetPeriodEnd returns the PeriodEnd field if non-nil, zero value otherwise.
func (o *BillingInvoicePreviewLinesInner) GetPeriodEndOk() (*string, bool)
GetPeriodEndOk returns a tuple with the PeriodEnd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BillingInvoicePreviewLinesInner) SetPeriodEnd(v string)
SetPeriodEnd sets PeriodEnd field to given value.