Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.35 KB

File metadata and controls

212 lines (115 loc) · 6.35 KB

PricebookResourceObjectResponseForCustomer

Properties

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]

Methods

NewPricebookResourceObjectResponseForCustomer

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

NewPricebookResourceObjectResponseForCustomerWithDefaults

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

GetActualPrice

func (o *PricebookResourceObjectResponseForCustomer) GetActualPrice() float32

GetActualPrice returns the ActualPrice field if non-nil, zero value otherwise.

GetActualPriceOk

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.

SetActualPrice

func (o *PricebookResourceObjectResponseForCustomer) SetActualPrice(v float32)

SetActualPrice sets ActualPrice field to given value.

HasActualPrice

func (o *PricebookResourceObjectResponseForCustomer) HasActualPrice() bool

HasActualPrice returns a boolean if a field has been set.

GetAmount

func (o *PricebookResourceObjectResponseForCustomer) GetAmount() int32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

SetAmount

func (o *PricebookResourceObjectResponseForCustomer) SetAmount(v int32)

SetAmount sets Amount field to given value.

HasAmount

func (o *PricebookResourceObjectResponseForCustomer) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetDiscountedRate

func (o *PricebookResourceObjectResponseForCustomer) GetDiscountedRate() float32

GetDiscountedRate returns the DiscountedRate field if non-nil, zero value otherwise.

GetDiscountedRateOk

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.

SetDiscountedRate

func (o *PricebookResourceObjectResponseForCustomer) SetDiscountedRate(v float32)

SetDiscountedRate sets DiscountedRate field to given value.

HasDiscountedRate

func (o *PricebookResourceObjectResponseForCustomer) HasDiscountedRate() bool

HasDiscountedRate returns a boolean if a field has been set.

GetName

func (o *PricebookResourceObjectResponseForCustomer) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PricebookResourceObjectResponseForCustomer) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PricebookResourceObjectResponseForCustomer) HasName() bool

HasName returns a boolean if a field has been set.

GetPrice

func (o *PricebookResourceObjectResponseForCustomer) GetPrice() float32

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

GetPriceOk

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.

SetPrice

func (o *PricebookResourceObjectResponseForCustomer) SetPrice(v float32)

SetPrice sets Price field to given value.

HasPrice

func (o *PricebookResourceObjectResponseForCustomer) HasPrice() bool

HasPrice returns a boolean if a field has been set.

GetRate

func (o *PricebookResourceObjectResponseForCustomer) GetRate() float32

GetRate returns the Rate field if non-nil, zero value otherwise.

GetRateOk

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.

SetRate

func (o *PricebookResourceObjectResponseForCustomer) SetRate(v float32)

SetRate sets Rate field to given value.

HasRate

func (o *PricebookResourceObjectResponseForCustomer) HasRate() bool

HasRate returns a boolean if a field has been set.

GetType

func (o *PricebookResourceObjectResponseForCustomer) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *PricebookResourceObjectResponseForCustomer) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *PricebookResourceObjectResponseForCustomer) HasType() bool

HasType returns a boolean if a field has been set.

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