Skip to content

Latest commit

 

History

History
394 lines (213 loc) · 11.2 KB

File metadata and controls

394 lines (213 loc) · 11.2 KB

PaymentBatchEventLogResponse

Properties

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]

Methods

NewPaymentBatchEventLogResponse

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

NewPaymentBatchEventLogResponseWithDefaults

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

GetId

func (o *PaymentBatchEventLogResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *PaymentBatchEventLogResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PaymentBatchEventLogResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetBatchId

func (o *PaymentBatchEventLogResponse) GetBatchId() string

GetBatchId returns the BatchId field if non-nil, zero value otherwise.

GetBatchIdOk

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.

SetBatchId

func (o *PaymentBatchEventLogResponse) SetBatchId(v string)

SetBatchId sets BatchId field to given value.

HasBatchId

func (o *PaymentBatchEventLogResponse) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

GetMerchantId

func (o *PaymentBatchEventLogResponse) GetMerchantId() string

GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.

GetMerchantIdOk

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.

SetMerchantId

func (o *PaymentBatchEventLogResponse) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *PaymentBatchEventLogResponse) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetPreviousEventStatus

func (o *PaymentBatchEventLogResponse) GetPreviousEventStatus() string

GetPreviousEventStatus returns the PreviousEventStatus field if non-nil, zero value otherwise.

GetPreviousEventStatusOk

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.

SetPreviousEventStatus

func (o *PaymentBatchEventLogResponse) SetPreviousEventStatus(v string)

SetPreviousEventStatus sets PreviousEventStatus field to given value.

HasPreviousEventStatus

func (o *PaymentBatchEventLogResponse) HasPreviousEventStatus() bool

HasPreviousEventStatus returns a boolean if a field has been set.

GetEventStatus

func (o *PaymentBatchEventLogResponse) GetEventStatus() string

GetEventStatus returns the EventStatus field if non-nil, zero value otherwise.

GetEventStatusOk

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.

SetEventStatus

func (o *PaymentBatchEventLogResponse) SetEventStatus(v string)

SetEventStatus sets EventStatus field to given value.

HasEventStatus

func (o *PaymentBatchEventLogResponse) HasEventStatus() bool

HasEventStatus returns a boolean if a field has been set.

GetVoidedCount

func (o *PaymentBatchEventLogResponse) GetVoidedCount() int32

GetVoidedCount returns the VoidedCount field if non-nil, zero value otherwise.

GetVoidedCountOk

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.

SetVoidedCount

func (o *PaymentBatchEventLogResponse) SetVoidedCount(v int32)

SetVoidedCount sets VoidedCount field to given value.

HasVoidedCount

func (o *PaymentBatchEventLogResponse) HasVoidedCount() bool

HasVoidedCount returns a boolean if a field has been set.

GetVoidedAmount

func (o *PaymentBatchEventLogResponse) GetVoidedAmount() float32

GetVoidedAmount returns the VoidedAmount field if non-nil, zero value otherwise.

GetVoidedAmountOk

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.

SetVoidedAmount

func (o *PaymentBatchEventLogResponse) SetVoidedAmount(v float32)

SetVoidedAmount sets VoidedAmount field to given value.

HasVoidedAmount

func (o *PaymentBatchEventLogResponse) HasVoidedAmount() bool

HasVoidedAmount returns a boolean if a field has been set.

GetClosedOn

func (o *PaymentBatchEventLogResponse) GetClosedOn() string

GetClosedOn returns the ClosedOn field if non-nil, zero value otherwise.

GetClosedOnOk

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.

SetClosedOn

func (o *PaymentBatchEventLogResponse) SetClosedOn(v string)

SetClosedOn sets ClosedOn field to given value.

HasClosedOn

func (o *PaymentBatchEventLogResponse) HasClosedOn() bool

HasClosedOn returns a boolean if a field has been set.

GetEventDate

func (o *PaymentBatchEventLogResponse) GetEventDate() string

GetEventDate returns the EventDate field if non-nil, zero value otherwise.

GetEventDateOk

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.

SetEventDate

func (o *PaymentBatchEventLogResponse) SetEventDate(v string)

SetEventDate sets EventDate field to given value.

HasEventDate

func (o *PaymentBatchEventLogResponse) HasEventDate() bool

HasEventDate returns a boolean if a field has been set.

GetClosingAmount

func (o *PaymentBatchEventLogResponse) GetClosingAmount() float32

GetClosingAmount returns the ClosingAmount field if non-nil, zero value otherwise.

GetClosingAmountOk

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.

SetClosingAmount

func (o *PaymentBatchEventLogResponse) SetClosingAmount(v float32)

SetClosingAmount sets ClosingAmount field to given value.

HasClosingAmount

func (o *PaymentBatchEventLogResponse) HasClosingAmount() bool

HasClosingAmount returns a boolean if a field has been set.

GetCreatedOn

func (o *PaymentBatchEventLogResponse) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

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.

SetCreatedOn

func (o *PaymentBatchEventLogResponse) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *PaymentBatchEventLogResponse) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetCreatedBy

func (o *PaymentBatchEventLogResponse) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *PaymentBatchEventLogResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *PaymentBatchEventLogResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedOn

func (o *PaymentBatchEventLogResponse) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

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.

SetModifiedOn

func (o *PaymentBatchEventLogResponse) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *PaymentBatchEventLogResponse) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetModifiedBy

func (o *PaymentBatchEventLogResponse) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

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.

SetModifiedBy

func (o *PaymentBatchEventLogResponse) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *PaymentBatchEventLogResponse) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]