| Name | Type | Description | Notes |
|---|---|---|---|
| ActualPrice | Pointer to float32 | [optional] | |
| Amount | Pointer to int32 | [optional] | |
| DiscountedRate | Pointer to float32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Price | Pointer to float32 | [optional] | |
| Rate | Pointer to float32 | [optional] | |
| Type | Pointer to string | [optional] |
func NewPricebookResourceObjectResponseForCustomer() *PricebookResourceObjectResponseForCustomer
NewPricebookResourceObjectResponseForCustomer instantiates a new PricebookResourceObjectResponseForCustomer 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 NewPricebookResourceObjectResponseForCustomerWithDefaults() *PricebookResourceObjectResponseForCustomer
NewPricebookResourceObjectResponseForCustomerWithDefaults instantiates a new PricebookResourceObjectResponseForCustomer 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 *PricebookResourceObjectResponseForCustomer) GetActualPrice() float32
GetActualPrice returns the ActualPrice field if non-nil, zero value otherwise.
func (o *PricebookResourceObjectResponseForCustomer) GetActualPriceOk() (*float32, bool)
GetActualPriceOk returns a tuple with the ActualPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookResourceObjectResponseForCustomer) SetActualPrice(v float32)
SetActualPrice sets ActualPrice field to given value.
func (o *PricebookResourceObjectResponseForCustomer) HasActualPrice() bool
HasActualPrice returns a boolean if a field has been set.
func (o *PricebookResourceObjectResponseForCustomer) GetAmount() int32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *PricebookResourceObjectResponseForCustomer) GetAmountOk() (*int32, 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.
func (o *PricebookResourceObjectResponseForCustomer) SetAmount(v int32)
SetAmount sets Amount field to given value.
func (o *PricebookResourceObjectResponseForCustomer) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *PricebookResourceObjectResponseForCustomer) GetDiscountedRate() float32
GetDiscountedRate returns the DiscountedRate field if non-nil, zero value otherwise.
func (o *PricebookResourceObjectResponseForCustomer) GetDiscountedRateOk() (*float32, bool)
GetDiscountedRateOk returns a tuple with the DiscountedRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookResourceObjectResponseForCustomer) SetDiscountedRate(v float32)
SetDiscountedRate sets DiscountedRate field to given value.
func (o *PricebookResourceObjectResponseForCustomer) HasDiscountedRate() bool
HasDiscountedRate returns a boolean if a field has been set.
func (o *PricebookResourceObjectResponseForCustomer) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PricebookResourceObjectResponseForCustomer) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookResourceObjectResponseForCustomer) SetName(v string)
SetName sets Name field to given value.
func (o *PricebookResourceObjectResponseForCustomer) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PricebookResourceObjectResponseForCustomer) GetPrice() float32
GetPrice returns the Price field if non-nil, zero value otherwise.
func (o *PricebookResourceObjectResponseForCustomer) 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 *PricebookResourceObjectResponseForCustomer) SetPrice(v float32)
SetPrice sets Price field to given value.
func (o *PricebookResourceObjectResponseForCustomer) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (o *PricebookResourceObjectResponseForCustomer) GetRate() float32
GetRate returns the Rate field if non-nil, zero value otherwise.
func (o *PricebookResourceObjectResponseForCustomer) GetRateOk() (*float32, bool)
GetRateOk returns a tuple with the Rate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookResourceObjectResponseForCustomer) SetRate(v float32)
SetRate sets Rate field to given value.
func (o *PricebookResourceObjectResponseForCustomer) HasRate() bool
HasRate returns a boolean if a field has been set.
func (o *PricebookResourceObjectResponseForCustomer) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *PricebookResourceObjectResponseForCustomer) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PricebookResourceObjectResponseForCustomer) SetType(v string)
SetType sets Type field to given value.
func (o *PricebookResourceObjectResponseForCustomer) HasType() bool
HasType returns a boolean if a field has been set.