Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.32 KB

File metadata and controls

134 lines (73 loc) · 3.32 KB

ServiceBillingPrice

Properties

Name Type Description Notes
EUR Pointer to float32 [optional]
GBP Pointer to float32 [optional]
PLN Pointer to float32 [optional]
USD Pointer to float32 [optional]

Methods

NewServiceBillingPrice

func NewServiceBillingPrice() *ServiceBillingPrice

NewServiceBillingPrice instantiates a new ServiceBillingPrice 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

NewServiceBillingPriceWithDefaults

func NewServiceBillingPriceWithDefaults() *ServiceBillingPrice

NewServiceBillingPriceWithDefaults instantiates a new ServiceBillingPrice 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

GetEUR

func (o *ServiceBillingPrice) GetEUR() float32

GetEUR returns the EUR field if non-nil, zero value otherwise.

GetEUROk

func (o *ServiceBillingPrice) GetEUROk() (*float32, bool)

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

SetEUR

func (o *ServiceBillingPrice) SetEUR(v float32)

SetEUR sets EUR field to given value.

HasEUR

func (o *ServiceBillingPrice) HasEUR() bool

HasEUR returns a boolean if a field has been set.

GetGBP

func (o *ServiceBillingPrice) GetGBP() float32

GetGBP returns the GBP field if non-nil, zero value otherwise.

GetGBPOk

func (o *ServiceBillingPrice) GetGBPOk() (*float32, bool)

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

SetGBP

func (o *ServiceBillingPrice) SetGBP(v float32)

SetGBP sets GBP field to given value.

HasGBP

func (o *ServiceBillingPrice) HasGBP() bool

HasGBP returns a boolean if a field has been set.

GetPLN

func (o *ServiceBillingPrice) GetPLN() float32

GetPLN returns the PLN field if non-nil, zero value otherwise.

GetPLNOk

func (o *ServiceBillingPrice) GetPLNOk() (*float32, bool)

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

SetPLN

func (o *ServiceBillingPrice) SetPLN(v float32)

SetPLN sets PLN field to given value.

HasPLN

func (o *ServiceBillingPrice) HasPLN() bool

HasPLN returns a boolean if a field has been set.

GetUSD

func (o *ServiceBillingPrice) GetUSD() float32

GetUSD returns the USD field if non-nil, zero value otherwise.

GetUSDOk

func (o *ServiceBillingPrice) GetUSDOk() (*float32, bool)

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

SetUSD

func (o *ServiceBillingPrice) SetUSD(v float32)

SetUSD sets USD field to given value.

HasUSD

func (o *ServiceBillingPrice) HasUSD() bool

HasUSD returns a boolean if a field has been set.

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