| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| BatchId | Pointer to string | [optional] | |
| MerchantId | Pointer to string | [optional] | |
| PreviousEventStatus | Pointer to string | [optional] | |
| EventStatus | Pointer to string | [optional] | |
| VoidedCount | Pointer to int32 | [optional] | |
| VoidedAmount | Pointer to float32 | [optional] | |
| ClosedOn | Pointer to string | [optional] | |
| EventDate | Pointer to string | [optional] | |
| ClosingAmount | Pointer to float32 | [optional] | |
| CreatedOn | Pointer to string | [optional] | |
| CreatedBy | Pointer to string | [optional] | |
| ModifiedOn | Pointer to string | [optional] | |
| ModifiedBy | Pointer to string | [optional] |
func NewPaymentBatchEventLogResponse() *PaymentBatchEventLogResponse
NewPaymentBatchEventLogResponse instantiates a new PaymentBatchEventLogResponse 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 NewPaymentBatchEventLogResponseWithDefaults() *PaymentBatchEventLogResponse
NewPaymentBatchEventLogResponseWithDefaults instantiates a new PaymentBatchEventLogResponse 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 *PaymentBatchEventLogResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) 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 *PaymentBatchEventLogResponse) SetId(v string)
SetId sets Id field to given value.
func (o *PaymentBatchEventLogResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetBatchId() string
GetBatchId returns the BatchId field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetBatchIdOk() (*string, bool)
GetBatchIdOk returns a tuple with the BatchId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetBatchId(v string)
SetBatchId sets BatchId field to given value.
func (o *PaymentBatchEventLogResponse) HasBatchId() bool
HasBatchId returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetMerchantIdOk() (*string, bool)
GetMerchantIdOk returns a tuple with the MerchantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *PaymentBatchEventLogResponse) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetPreviousEventStatus() string
GetPreviousEventStatus returns the PreviousEventStatus field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetPreviousEventStatusOk() (*string, bool)
GetPreviousEventStatusOk returns a tuple with the PreviousEventStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetPreviousEventStatus(v string)
SetPreviousEventStatus sets PreviousEventStatus field to given value.
func (o *PaymentBatchEventLogResponse) HasPreviousEventStatus() bool
HasPreviousEventStatus returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetEventStatus() string
GetEventStatus returns the EventStatus field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetEventStatusOk() (*string, bool)
GetEventStatusOk returns a tuple with the EventStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetEventStatus(v string)
SetEventStatus sets EventStatus field to given value.
func (o *PaymentBatchEventLogResponse) HasEventStatus() bool
HasEventStatus returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetVoidedCount() int32
GetVoidedCount returns the VoidedCount field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetVoidedCountOk() (*int32, bool)
GetVoidedCountOk returns a tuple with the VoidedCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetVoidedCount(v int32)
SetVoidedCount sets VoidedCount field to given value.
func (o *PaymentBatchEventLogResponse) HasVoidedCount() bool
HasVoidedCount returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetVoidedAmount() float32
GetVoidedAmount returns the VoidedAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetVoidedAmountOk() (*float32, bool)
GetVoidedAmountOk returns a tuple with the VoidedAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetVoidedAmount(v float32)
SetVoidedAmount sets VoidedAmount field to given value.
func (o *PaymentBatchEventLogResponse) HasVoidedAmount() bool
HasVoidedAmount returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetClosedOn() string
GetClosedOn returns the ClosedOn field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetClosedOnOk() (*string, bool)
GetClosedOnOk returns a tuple with the ClosedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetClosedOn(v string)
SetClosedOn sets ClosedOn field to given value.
func (o *PaymentBatchEventLogResponse) HasClosedOn() bool
HasClosedOn returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetEventDate() string
GetEventDate returns the EventDate field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetEventDateOk() (*string, bool)
GetEventDateOk returns a tuple with the EventDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetEventDate(v string)
SetEventDate sets EventDate field to given value.
func (o *PaymentBatchEventLogResponse) HasEventDate() bool
HasEventDate returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetClosingAmount() float32
GetClosingAmount returns the ClosingAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetClosingAmountOk() (*float32, bool)
GetClosingAmountOk returns a tuple with the ClosingAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetClosingAmount(v float32)
SetClosingAmount sets ClosingAmount field to given value.
func (o *PaymentBatchEventLogResponse) HasClosingAmount() bool
HasClosingAmount returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *PaymentBatchEventLogResponse) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *PaymentBatchEventLogResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetModifiedOnOk() (*string, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *PaymentBatchEventLogResponse) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (o *PaymentBatchEventLogResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *PaymentBatchEventLogResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchEventLogResponse) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *PaymentBatchEventLogResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.