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] |
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
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
func (o *BillingCharges) GetEnd() string
GetEnd returns the End field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetEnd(v string)
SetEnd sets End field to given value.
func (o *BillingCharges) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *BillingCharges) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetId(v string)
SetId sets Id field to given value.
func (o *BillingCharges) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BillingCharges) GetPaidFrom() string
GetPaidFrom returns the PaidFrom field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetPaidFrom(v string)
SetPaidFrom sets PaidFrom field to given value.
func (o *BillingCharges) HasPaidFrom() bool
HasPaidFrom returns a boolean if a field has been set.
func (o *BillingCharges) GetPaidOn() string
GetPaidOn returns the PaidOn field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetPaidOn(v string)
SetPaidOn sets PaidOn field to given value.
func (o *BillingCharges) HasPaidOn() bool
HasPaidOn returns a boolean if a field has been set.
func (o *BillingCharges) GetPrice() float32
GetPrice returns the Price field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetPrice(v float32)
SetPrice sets Price field to given value.
func (o *BillingCharges) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *BillingCharges) GetQuantity() float32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetQuantity(v float32)
SetQuantity sets Quantity field to given value.
func (o *BillingCharges) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *BillingCharges) GetStart() string
GetStart returns the Start field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetStart(v string)
SetStart sets Start field to given value.
func (o *BillingCharges) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *BillingCharges) GetValue() float32
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *BillingCharges) SetValue(v float32)
SetValue sets Value field to given value.
func (o *BillingCharges) HasValue() bool
HasValue returns a boolean if a field has been set.