| Name | Type | Description | Notes |
|---|---|---|---|
| LineItemType | Pointer to string | [optional] | |
| ProductId | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| Quantity | Pointer to int32 | [optional] | |
| Rate | Pointer to float32 | [optional] |
func NewPaymentLinkResponseLineItemsInner() *PaymentLinkResponseLineItemsInner
NewPaymentLinkResponseLineItemsInner instantiates a new PaymentLinkResponseLineItemsInner 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 NewPaymentLinkResponseLineItemsInnerWithDefaults() *PaymentLinkResponseLineItemsInner
NewPaymentLinkResponseLineItemsInnerWithDefaults instantiates a new PaymentLinkResponseLineItemsInner 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 *PaymentLinkResponseLineItemsInner) GetLineItemType() string
GetLineItemType returns the LineItemType field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseLineItemsInner) GetLineItemTypeOk() (*string, bool)
GetLineItemTypeOk returns a tuple with the LineItemType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseLineItemsInner) SetLineItemType(v string)
SetLineItemType sets LineItemType field to given value.
func (o *PaymentLinkResponseLineItemsInner) HasLineItemType() bool
HasLineItemType returns a boolean if a field has been set.
func (o *PaymentLinkResponseLineItemsInner) GetProductId() string
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseLineItemsInner) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseLineItemsInner) SetProductId(v string)
SetProductId sets ProductId field to given value.
func (o *PaymentLinkResponseLineItemsInner) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (o *PaymentLinkResponseLineItemsInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseLineItemsInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponseLineItemsInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PaymentLinkResponseLineItemsInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *PaymentLinkResponseLineItemsInner) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseLineItemsInner) GetQuantityOk() (*int32, 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 *PaymentLinkResponseLineItemsInner) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *PaymentLinkResponseLineItemsInner) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *PaymentLinkResponseLineItemsInner) GetRate() float32
GetRate returns the Rate field if non-nil, zero value otherwise.
func (o *PaymentLinkResponseLineItemsInner) 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 *PaymentLinkResponseLineItemsInner) SetRate(v float32)
SetRate sets Rate field to given value.
func (o *PaymentLinkResponseLineItemsInner) HasRate() bool
HasRate returns a boolean if a field has been set.