| Name | Type | Description | Notes |
|---|---|---|---|
| EUR | Pointer to float32 | [optional] | |
| GBP | Pointer to float32 | [optional] | |
| PLN | Pointer to float32 | [optional] | |
| USD | Pointer to float32 | [optional] |
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
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
func (o *ServiceBillingPrice) GetEUR() float32
GetEUR returns the EUR field if non-nil, zero value otherwise.
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.
func (o *ServiceBillingPrice) SetEUR(v float32)
SetEUR sets EUR field to given value.
func (o *ServiceBillingPrice) HasEUR() bool
HasEUR returns a boolean if a field has been set.
func (o *ServiceBillingPrice) GetGBP() float32
GetGBP returns the GBP field if non-nil, zero value otherwise.
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.
func (o *ServiceBillingPrice) SetGBP(v float32)
SetGBP sets GBP field to given value.
func (o *ServiceBillingPrice) HasGBP() bool
HasGBP returns a boolean if a field has been set.
func (o *ServiceBillingPrice) GetPLN() float32
GetPLN returns the PLN field if non-nil, zero value otherwise.
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.
func (o *ServiceBillingPrice) SetPLN(v float32)
SetPLN sets PLN field to given value.
func (o *ServiceBillingPrice) HasPLN() bool
HasPLN returns a boolean if a field has been set.
func (o *ServiceBillingPrice) GetUSD() float32
GetUSD returns the USD field if non-nil, zero value otherwise.
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.
func (o *ServiceBillingPrice) SetUSD(v float32)
SetUSD sets USD field to given value.
func (o *ServiceBillingPrice) HasUSD() bool
HasUSD returns a boolean if a field has been set.