Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.46 KB

BillingInvoicePreviewLinesInner.md

File metadata and controls

114 lines (61 loc) · 3.46 KB

BillingInvoicePreviewLinesInner

Properties

Name Type Description Notes
Description string
Amount float32
PeriodStart string
PeriodEnd string

Methods

NewBillingInvoicePreviewLinesInner

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

NewBillingInvoicePreviewLinesInnerWithDefaults

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

GetDescription

func (o *BillingInvoicePreviewLinesInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *BillingInvoicePreviewLinesInner) SetDescription(v string)

SetDescription sets Description field to given value.

GetAmount

func (o *BillingInvoicePreviewLinesInner) GetAmount() float32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

SetAmount

func (o *BillingInvoicePreviewLinesInner) SetAmount(v float32)

SetAmount sets Amount field to given value.

GetPeriodStart

func (o *BillingInvoicePreviewLinesInner) GetPeriodStart() string

GetPeriodStart returns the PeriodStart field if non-nil, zero value otherwise.

GetPeriodStartOk

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.

SetPeriodStart

func (o *BillingInvoicePreviewLinesInner) SetPeriodStart(v string)

SetPeriodStart sets PeriodStart field to given value.

GetPeriodEnd

func (o *BillingInvoicePreviewLinesInner) GetPeriodEnd() string

GetPeriodEnd returns the PeriodEnd field if non-nil, zero value otherwise.

GetPeriodEndOk

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.

SetPeriodEnd

func (o *BillingInvoicePreviewLinesInner) SetPeriodEnd(v string)

SetPeriodEnd sets PeriodEnd field to given value.

[Back to Model list] [Back to API list] [Back to README]