Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableInt32 | F24 id | [optional] |
DueDate | Pointer to NullableString | F24 due date | [optional] |
Status | Pointer to F24Status | [optional] | |
PaymentAccount | Pointer to NullablePaymentAccount | [optional] | |
Amount | Pointer to NullableFloat32 | F24 amount | [optional] |
AttachmentUrl | Pointer to NullableString | [Temporary] [Read Only] F24 url of the attached file | [optional] [readonly] |
AttachmentToken | Pointer to NullableString | [Write Only] F24 attachment token returned by POST /taxes/attachment | [optional] |
Description | Pointer to NullableString | F24 description | [optional] |
func NewF24() *F24
NewF24 instantiates a new F24 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 NewF24WithDefaults() *F24
NewF24WithDefaults instantiates a new F24 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 *F24) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *F24) GetIdOk() (*int32, 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 *F24) SetId(v int32)
SetId sets Id field to given value.
func (o *F24) HasId() bool
HasId returns a boolean if a field has been set.
func (o *F24) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *F24) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *F24) GetDueDate() string
GetDueDate returns the DueDate field if non-nil, zero value otherwise.
func (o *F24) GetDueDateOk() (*string, bool)
GetDueDateOk returns a tuple with the DueDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *F24) SetDueDate(v string)
SetDueDate sets DueDate field to given value.
func (o *F24) HasDueDate() bool
HasDueDate returns a boolean if a field has been set.
func (o *F24) SetDueDateNil(b bool)
SetDueDateNil sets the value for DueDate to be an explicit nil
func (o *F24) UnsetDueDate()
UnsetDueDate ensures that no value is present for DueDate, not even an explicit nil
func (o *F24) GetStatus() F24Status
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *F24) GetStatusOk() (*F24Status, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *F24) SetStatus(v F24Status)
SetStatus sets Status field to given value.
func (o *F24) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *F24) GetPaymentAccount() PaymentAccount
GetPaymentAccount returns the PaymentAccount field if non-nil, zero value otherwise.
func (o *F24) GetPaymentAccountOk() (*PaymentAccount, bool)
GetPaymentAccountOk returns a tuple with the PaymentAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *F24) SetPaymentAccount(v PaymentAccount)
SetPaymentAccount sets PaymentAccount field to given value.
func (o *F24) HasPaymentAccount() bool
HasPaymentAccount returns a boolean if a field has been set.
func (o *F24) SetPaymentAccountNil(b bool)
SetPaymentAccountNil sets the value for PaymentAccount to be an explicit nil
func (o *F24) UnsetPaymentAccount()
UnsetPaymentAccount ensures that no value is present for PaymentAccount, not even an explicit nil
func (o *F24) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *F24) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *F24) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *F24) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *F24) SetAmountNil(b bool)
SetAmountNil sets the value for Amount to be an explicit nil
func (o *F24) UnsetAmount()
UnsetAmount ensures that no value is present for Amount, not even an explicit nil
func (o *F24) GetAttachmentUrl() string
GetAttachmentUrl returns the AttachmentUrl field if non-nil, zero value otherwise.
func (o *F24) GetAttachmentUrlOk() (*string, bool)
GetAttachmentUrlOk returns a tuple with the AttachmentUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *F24) SetAttachmentUrl(v string)
SetAttachmentUrl sets AttachmentUrl field to given value.
func (o *F24) HasAttachmentUrl() bool
HasAttachmentUrl returns a boolean if a field has been set.
func (o *F24) SetAttachmentUrlNil(b bool)
SetAttachmentUrlNil sets the value for AttachmentUrl to be an explicit nil
func (o *F24) UnsetAttachmentUrl()
UnsetAttachmentUrl ensures that no value is present for AttachmentUrl, not even an explicit nil
func (o *F24) GetAttachmentToken() string
GetAttachmentToken returns the AttachmentToken field if non-nil, zero value otherwise.
func (o *F24) GetAttachmentTokenOk() (*string, bool)
GetAttachmentTokenOk returns a tuple with the AttachmentToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *F24) SetAttachmentToken(v string)
SetAttachmentToken sets AttachmentToken field to given value.
func (o *F24) HasAttachmentToken() bool
HasAttachmentToken returns a boolean if a field has been set.
func (o *F24) SetAttachmentTokenNil(b bool)
SetAttachmentTokenNil sets the value for AttachmentToken to be an explicit nil
func (o *F24) UnsetAttachmentToken()
UnsetAttachmentToken ensures that no value is present for AttachmentToken, not even an explicit nil
func (o *F24) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *F24) 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.
func (o *F24) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *F24) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *F24) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *F24) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil