Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.06 KB

InvoiceDetailsv61ResponseSummaryLines.md

File metadata and controls

82 lines (45 loc) · 3.06 KB

InvoiceDetailsv61ResponseSummaryLines

Properties

Name Type Description Notes
ProductLineCount Pointer to int32 Number of lines in the order. [optional]
ProductLineTotalQuantity Pointer to int32 Total quantity of the order. [optional]

Methods

NewInvoiceDetailsv61ResponseSummaryLines

func NewInvoiceDetailsv61ResponseSummaryLines() *InvoiceDetailsv61ResponseSummaryLines

NewInvoiceDetailsv61ResponseSummaryLines instantiates a new InvoiceDetailsv61ResponseSummaryLines 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

NewInvoiceDetailsv61ResponseSummaryLinesWithDefaults

func NewInvoiceDetailsv61ResponseSummaryLinesWithDefaults() *InvoiceDetailsv61ResponseSummaryLines

NewInvoiceDetailsv61ResponseSummaryLinesWithDefaults instantiates a new InvoiceDetailsv61ResponseSummaryLines 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

GetProductLineCount

func (o *InvoiceDetailsv61ResponseSummaryLines) GetProductLineCount() int32

GetProductLineCount returns the ProductLineCount field if non-nil, zero value otherwise.

GetProductLineCountOk

func (o *InvoiceDetailsv61ResponseSummaryLines) GetProductLineCountOk() (*int32, bool)

GetProductLineCountOk returns a tuple with the ProductLineCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProductLineCount

func (o *InvoiceDetailsv61ResponseSummaryLines) SetProductLineCount(v int32)

SetProductLineCount sets ProductLineCount field to given value.

HasProductLineCount

func (o *InvoiceDetailsv61ResponseSummaryLines) HasProductLineCount() bool

HasProductLineCount returns a boolean if a field has been set.

GetProductLineTotalQuantity

func (o *InvoiceDetailsv61ResponseSummaryLines) GetProductLineTotalQuantity() int32

GetProductLineTotalQuantity returns the ProductLineTotalQuantity field if non-nil, zero value otherwise.

GetProductLineTotalQuantityOk

func (o *InvoiceDetailsv61ResponseSummaryLines) GetProductLineTotalQuantityOk() (*int32, bool)

GetProductLineTotalQuantityOk returns a tuple with the ProductLineTotalQuantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProductLineTotalQuantity

func (o *InvoiceDetailsv61ResponseSummaryLines) SetProductLineTotalQuantity(v int32)

SetProductLineTotalQuantity sets ProductLineTotalQuantity field to given value.

HasProductLineTotalQuantity

func (o *InvoiceDetailsv61ResponseSummaryLines) HasProductLineTotalQuantity() bool

HasProductLineTotalQuantity returns a boolean if a field has been set.

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