Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
InvoiceNo | Pointer to string | [optional] | |
IssueDate | Pointer to time.Time | [optional] | |
Project | Pointer to string | [optional] | |
Summary | Pointer to string | [optional] | |
Uri | Pointer to string | [optional] |
func NewProformaArray() *ProformaArray
NewProformaArray instantiates a new ProformaArray 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 NewProformaArrayWithDefaults() *ProformaArray
NewProformaArrayWithDefaults instantiates a new ProformaArray 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 *ProformaArray) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ProformaArray) 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 *ProformaArray) SetId(v string)
SetId sets Id field to given value.
func (o *ProformaArray) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ProformaArray) GetInvoiceNo() string
GetInvoiceNo returns the InvoiceNo field if non-nil, zero value otherwise.
func (o *ProformaArray) 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 *ProformaArray) SetInvoiceNo(v string)
SetInvoiceNo sets InvoiceNo field to given value.
func (o *ProformaArray) HasInvoiceNo() bool
HasInvoiceNo returns a boolean if a field has been set.
func (o *ProformaArray) GetIssueDate() time.Time
GetIssueDate returns the IssueDate field if non-nil, zero value otherwise.
func (o *ProformaArray) 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 *ProformaArray) SetIssueDate(v time.Time)
SetIssueDate sets IssueDate field to given value.
func (o *ProformaArray) HasIssueDate() bool
HasIssueDate returns a boolean if a field has been set.
func (o *ProformaArray) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *ProformaArray) 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 *ProformaArray) SetProject(v string)
SetProject sets Project field to given value.
func (o *ProformaArray) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *ProformaArray) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *ProformaArray) 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 *ProformaArray) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *ProformaArray) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *ProformaArray) GetUri() string
GetUri returns the Uri field if non-nil, zero value otherwise.
func (o *ProformaArray) 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 *ProformaArray) SetUri(v string)
SetUri sets Uri field to given value.
func (o *ProformaArray) HasUri() bool
HasUri returns a boolean if a field has been set.