Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.76 KB

File metadata and controls

160 lines (87 loc) · 4.76 KB

PaymentLinkResponseLineItemsInner

Properties

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]

Methods

NewPaymentLinkResponseLineItemsInner

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

NewPaymentLinkResponseLineItemsInnerWithDefaults

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

GetLineItemType

func (o *PaymentLinkResponseLineItemsInner) GetLineItemType() string

GetLineItemType returns the LineItemType field if non-nil, zero value otherwise.

GetLineItemTypeOk

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.

SetLineItemType

func (o *PaymentLinkResponseLineItemsInner) SetLineItemType(v string)

SetLineItemType sets LineItemType field to given value.

HasLineItemType

func (o *PaymentLinkResponseLineItemsInner) HasLineItemType() bool

HasLineItemType returns a boolean if a field has been set.

GetProductId

func (o *PaymentLinkResponseLineItemsInner) GetProductId() string

GetProductId returns the ProductId field if non-nil, zero value otherwise.

GetProductIdOk

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.

SetProductId

func (o *PaymentLinkResponseLineItemsInner) SetProductId(v string)

SetProductId sets ProductId field to given value.

HasProductId

func (o *PaymentLinkResponseLineItemsInner) HasProductId() bool

HasProductId returns a boolean if a field has been set.

GetDescription

func (o *PaymentLinkResponseLineItemsInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *PaymentLinkResponseLineItemsInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *PaymentLinkResponseLineItemsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetQuantity

func (o *PaymentLinkResponseLineItemsInner) GetQuantity() int32

GetQuantity returns the Quantity field if non-nil, zero value otherwise.

GetQuantityOk

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.

SetQuantity

func (o *PaymentLinkResponseLineItemsInner) SetQuantity(v int32)

SetQuantity sets Quantity field to given value.

HasQuantity

func (o *PaymentLinkResponseLineItemsInner) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

GetRate

func (o *PaymentLinkResponseLineItemsInner) GetRate() float32

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

GetRateOk

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.

SetRate

func (o *PaymentLinkResponseLineItemsInner) SetRate(v float32)

SetRate sets Rate field to given value.

HasRate

func (o *PaymentLinkResponseLineItemsInner) HasRate() bool

HasRate returns a boolean if a field has been set.

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