| Name | Type | Description | Notes |
|---|---|---|---|
| AdditionalInfo | Pointer to string | [optional] | |
| Buyer | Pointer to InvoiceBuyer | [optional] | |
| Channel | Pointer to string | [optional] | |
| Company | Pointer to string | [optional] | |
| Corrections | Pointer to []string | [optional] | |
| Id | Pointer to string | [optional] | |
| InvoiceInfo | Pointer to string | [optional] | |
| InvoiceNo | Pointer to string | [optional] | |
| IssueDate | Pointer to time.Time | [optional] | |
| Items | Pointer to []InvoiceItems | [optional] | |
| Nip | Pointer to string | [optional] | |
| Organisation | Pointer to string | [optional] | |
| Payments | Pointer to []string | [optional] | |
| Project | Pointer to string | [optional] | |
| Seller | Pointer to InvoiceSeller | [optional] | |
| Summary | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| Uri | Pointer to string | [optional] |
func NewInvoice() *Invoice
NewInvoice instantiates a new Invoice 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 NewInvoiceWithDefaults() *Invoice
NewInvoiceWithDefaults instantiates a new Invoice 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 *Invoice) GetAdditionalInfo() string
GetAdditionalInfo returns the AdditionalInfo field if non-nil, zero value otherwise.
func (o *Invoice) GetAdditionalInfoOk() (*string, bool)
GetAdditionalInfoOk returns a tuple with the AdditionalInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetAdditionalInfo(v string)
SetAdditionalInfo sets AdditionalInfo field to given value.
func (o *Invoice) HasAdditionalInfo() bool
HasAdditionalInfo returns a boolean if a field has been set.
func (o *Invoice) GetBuyer() InvoiceBuyer
GetBuyer returns the Buyer field if non-nil, zero value otherwise.
func (o *Invoice) GetBuyerOk() (*InvoiceBuyer, bool)
GetBuyerOk returns a tuple with the Buyer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetBuyer(v InvoiceBuyer)
SetBuyer sets Buyer field to given value.
func (o *Invoice) HasBuyer() bool
HasBuyer returns a boolean if a field has been set.
func (o *Invoice) GetChannel() string
GetChannel returns the Channel field if non-nil, zero value otherwise.
func (o *Invoice) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetChannel(v string)
SetChannel sets Channel field to given value.
func (o *Invoice) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (o *Invoice) GetCompany() string
GetCompany returns the Company field if non-nil, zero value otherwise.
func (o *Invoice) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetCompany(v string)
SetCompany sets Company field to given value.
func (o *Invoice) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (o *Invoice) GetCorrections() []string
GetCorrections returns the Corrections field if non-nil, zero value otherwise.
func (o *Invoice) GetCorrectionsOk() (*[]string, bool)
GetCorrectionsOk returns a tuple with the Corrections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetCorrections(v []string)
SetCorrections sets Corrections field to given value.
func (o *Invoice) HasCorrections() bool
HasCorrections returns a boolean if a field has been set.
func (o *Invoice) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Invoice) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetId(v string)
SetId sets Id field to given value.
func (o *Invoice) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Invoice) GetInvoiceInfo() string
GetInvoiceInfo returns the InvoiceInfo field if non-nil, zero value otherwise.
func (o *Invoice) GetInvoiceInfoOk() (*string, bool)
GetInvoiceInfoOk returns a tuple with the InvoiceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetInvoiceInfo(v string)
SetInvoiceInfo sets InvoiceInfo field to given value.
func (o *Invoice) HasInvoiceInfo() bool
HasInvoiceInfo returns a boolean if a field has been set.
func (o *Invoice) GetInvoiceNo() string
GetInvoiceNo returns the InvoiceNo field if non-nil, zero value otherwise.
func (o *Invoice) GetInvoiceNoOk() (*string, bool)
GetInvoiceNoOk returns a tuple with the InvoiceNo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetInvoiceNo(v string)
SetInvoiceNo sets InvoiceNo field to given value.
func (o *Invoice) HasInvoiceNo() bool
HasInvoiceNo returns a boolean if a field has been set.
func (o *Invoice) GetIssueDate() time.Time
GetIssueDate returns the IssueDate field if non-nil, zero value otherwise.
func (o *Invoice) GetIssueDateOk() (*time.Time, bool)
GetIssueDateOk returns a tuple with the IssueDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetIssueDate(v time.Time)
SetIssueDate sets IssueDate field to given value.
func (o *Invoice) HasIssueDate() bool
HasIssueDate returns a boolean if a field has been set.
func (o *Invoice) GetItems() []InvoiceItems
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *Invoice) GetItemsOk() (*[]InvoiceItems, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetItems(v []InvoiceItems)
SetItems sets Items field to given value.
func (o *Invoice) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *Invoice) GetNip() string
GetNip returns the Nip field if non-nil, zero value otherwise.
func (o *Invoice) GetNipOk() (*string, bool)
GetNipOk returns a tuple with the Nip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetNip(v string)
SetNip sets Nip field to given value.
func (o *Invoice) HasNip() bool
HasNip returns a boolean if a field has been set.
func (o *Invoice) GetOrganisation() string
GetOrganisation returns the Organisation field if non-nil, zero value otherwise.
func (o *Invoice) GetOrganisationOk() (*string, bool)
GetOrganisationOk returns a tuple with the Organisation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetOrganisation(v string)
SetOrganisation sets Organisation field to given value.
func (o *Invoice) HasOrganisation() bool
HasOrganisation returns a boolean if a field has been set.
func (o *Invoice) GetPayments() []string
GetPayments returns the Payments field if non-nil, zero value otherwise.
func (o *Invoice) GetPaymentsOk() (*[]string, bool)
GetPaymentsOk returns a tuple with the Payments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetPayments(v []string)
SetPayments sets Payments field to given value.
func (o *Invoice) HasPayments() bool
HasPayments returns a boolean if a field has been set.
func (o *Invoice) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *Invoice) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetProject(v string)
SetProject sets Project field to given value.
func (o *Invoice) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *Invoice) GetSeller() InvoiceSeller
GetSeller returns the Seller field if non-nil, zero value otherwise.
func (o *Invoice) GetSellerOk() (*InvoiceSeller, bool)
GetSellerOk returns a tuple with the Seller field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetSeller(v InvoiceSeller)
SetSeller sets Seller field to given value.
func (o *Invoice) HasSeller() bool
HasSeller returns a boolean if a field has been set.
func (o *Invoice) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *Invoice) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *Invoice) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *Invoice) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Invoice) 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 *Invoice) SetType(v string)
SetType sets Type field to given value.
func (o *Invoice) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Invoice) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *Invoice) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Invoice) SetUri(v string)
SetUri sets Uri field to given value.
func (o *Invoice) HasUri() bool
HasUri returns a boolean if a field has been set.