Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 5.7 KB

BillingCharges.md

File metadata and controls

238 lines (129 loc) · 5.7 KB

BillingCharges

Properties

Name Type Description Notes
End Pointer to string [optional]
Id Pointer to string [optional]
PaidFrom Pointer to string [optional]
PaidOn Pointer to string [optional]
Price Pointer to float32 [optional]
Quantity Pointer to float32 [optional]
Start Pointer to string [optional]
Value Pointer to float32 [optional]

Methods

NewBillingCharges

func NewBillingCharges() *BillingCharges

NewBillingCharges instantiates a new BillingCharges 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

NewBillingChargesWithDefaults

func NewBillingChargesWithDefaults() *BillingCharges

NewBillingChargesWithDefaults instantiates a new BillingCharges 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

GetEnd

func (o *BillingCharges) GetEnd() string

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *BillingCharges) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnd

func (o *BillingCharges) SetEnd(v string)

SetEnd sets End field to given value.

HasEnd

func (o *BillingCharges) HasEnd() bool

HasEnd returns a boolean if a field has been set.

GetId

func (o *BillingCharges) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *BillingCharges) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *BillingCharges) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *BillingCharges) HasId() bool

HasId returns a boolean if a field has been set.

GetPaidFrom

func (o *BillingCharges) GetPaidFrom() string

GetPaidFrom returns the PaidFrom field if non-nil, zero value otherwise.

GetPaidFromOk

func (o *BillingCharges) GetPaidFromOk() (*string, bool)

GetPaidFromOk returns a tuple with the PaidFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaidFrom

func (o *BillingCharges) SetPaidFrom(v string)

SetPaidFrom sets PaidFrom field to given value.

HasPaidFrom

func (o *BillingCharges) HasPaidFrom() bool

HasPaidFrom returns a boolean if a field has been set.

GetPaidOn

func (o *BillingCharges) GetPaidOn() string

GetPaidOn returns the PaidOn field if non-nil, zero value otherwise.

GetPaidOnOk

func (o *BillingCharges) GetPaidOnOk() (*string, bool)

GetPaidOnOk returns a tuple with the PaidOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaidOn

func (o *BillingCharges) SetPaidOn(v string)

SetPaidOn sets PaidOn field to given value.

HasPaidOn

func (o *BillingCharges) HasPaidOn() bool

HasPaidOn returns a boolean if a field has been set.

GetPrice

func (o *BillingCharges) GetPrice() float32

GetPrice returns the Price field if non-nil, zero value otherwise.

GetPriceOk

func (o *BillingCharges) GetPriceOk() (*float32, bool)

GetPriceOk returns a tuple with the Price field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrice

func (o *BillingCharges) SetPrice(v float32)

SetPrice sets Price field to given value.

HasPrice

func (o *BillingCharges) HasPrice() bool

HasPrice returns a boolean if a field has been set.

GetQuantity

func (o *BillingCharges) GetQuantity() float32

GetQuantity returns the Quantity field if non-nil, zero value otherwise.

GetQuantityOk

func (o *BillingCharges) GetQuantityOk() (*float32, bool)

GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQuantity

func (o *BillingCharges) SetQuantity(v float32)

SetQuantity sets Quantity field to given value.

HasQuantity

func (o *BillingCharges) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

GetStart

func (o *BillingCharges) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *BillingCharges) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStart

func (o *BillingCharges) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *BillingCharges) HasStart() bool

HasStart returns a boolean if a field has been set.

GetValue

func (o *BillingCharges) GetValue() float32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *BillingCharges) GetValueOk() (*float32, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *BillingCharges) SetValue(v float32)

SetValue sets Value field to given value.

HasValue

func (o *BillingCharges) HasValue() bool

HasValue returns a boolean if a field has been set.

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