Name | Type | Description | Notes |
---|---|---|---|
Array | Pointer to ProformaArray | [optional] | |
Buyer | Pointer to InvoiceBuyer | [optional] | |
Id | Pointer to string | [optional] | |
InvoiceNo | Pointer to string | [optional] | |
IssueDate | Pointer to time.Time | [optional] | |
Items | Pointer to []InvoiceItems | [optional] | |
Project | Pointer to string | [optional] | |
Seller | Pointer to ProformaSeller | [optional] | |
Summary | Pointer to string | [optional] | |
Uri | Pointer to string | [optional] |
func NewProforma() *Proforma
NewProforma instantiates a new Proforma 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 NewProformaWithDefaults() *Proforma
NewProformaWithDefaults instantiates a new Proforma 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 *Proforma) GetArray() ProformaArray
GetArray returns the Array field if non-nil, zero value otherwise.
func (o *Proforma) GetArrayOk() (*ProformaArray, bool)
GetArrayOk returns a tuple with the Array field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Proforma) SetArray(v ProformaArray)
SetArray sets Array field to given value.
func (o *Proforma) HasArray() bool
HasArray returns a boolean if a field has been set.
func (o *Proforma) GetBuyer() InvoiceBuyer
GetBuyer returns the Buyer field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetBuyer(v InvoiceBuyer)
SetBuyer sets Buyer field to given value.
func (o *Proforma) HasBuyer() bool
HasBuyer returns a boolean if a field has been set.
func (o *Proforma) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetId(v string)
SetId sets Id field to given value.
func (o *Proforma) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Proforma) GetInvoiceNo() string
GetInvoiceNo returns the InvoiceNo field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetInvoiceNo(v string)
SetInvoiceNo sets InvoiceNo field to given value.
func (o *Proforma) HasInvoiceNo() bool
HasInvoiceNo returns a boolean if a field has been set.
func (o *Proforma) GetIssueDate() time.Time
GetIssueDate returns the IssueDate field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetIssueDate(v time.Time)
SetIssueDate sets IssueDate field to given value.
func (o *Proforma) HasIssueDate() bool
HasIssueDate returns a boolean if a field has been set.
func (o *Proforma) GetItems() []InvoiceItems
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetItems(v []InvoiceItems)
SetItems sets Items field to given value.
func (o *Proforma) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *Proforma) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetProject(v string)
SetProject sets Project field to given value.
func (o *Proforma) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *Proforma) GetSeller() ProformaSeller
GetSeller returns the Seller field if non-nil, zero value otherwise.
func (o *Proforma) GetSellerOk() (*ProformaSeller, 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 *Proforma) SetSeller(v ProformaSeller)
SetSeller sets Seller field to given value.
func (o *Proforma) HasSeller() bool
HasSeller returns a boolean if a field has been set.
func (o *Proforma) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *Proforma) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *Proforma) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *Proforma) 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 *Proforma) SetUri(v string)
SetUri sets Uri field to given value.
func (o *Proforma) HasUri() bool
HasUri returns a boolean if a field has been set.