| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| MerchantId | Pointer to string | [optional] | |
| BatchStatus | Pointer to string | [optional] | |
| ProcessMethods | Pointer to string | [optional] | |
| ProcessorName | Pointer to string | [optional] | |
| IsDefault | Pointer to bool | [optional] | |
| ExecutedOnDemand | Pointer to bool | [optional] | |
| ExecutionTime | Pointer to string | [optional] | |
| CompletionTime | Pointer to string | [optional] | |
| CreatedOn | Pointer to string | [optional] | |
| CreatedBy | Pointer to string | [optional] | |
| ModifiedOn | Pointer to string | [optional] | |
| ModifiedBy | Pointer to string | [optional] | |
| CaptureCount | Pointer to int32 | [optional] | |
| CaptureAmount | Pointer to float32 | [optional] | |
| VoidedCount | Pointer to int32 | [optional] | |
| VoidedAmount | Pointer to float32 | [optional] |
func NewPaymentBatchResponseDataInner() *PaymentBatchResponseDataInner
NewPaymentBatchResponseDataInner instantiates a new PaymentBatchResponseDataInner 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 NewPaymentBatchResponseDataInnerWithDefaults() *PaymentBatchResponseDataInner
NewPaymentBatchResponseDataInnerWithDefaults instantiates a new PaymentBatchResponseDataInner 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 *PaymentBatchResponseDataInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetId(v string)
SetId sets Id field to given value.
func (o *PaymentBatchResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *PaymentBatchResponseDataInner) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetBatchStatus() string
GetBatchStatus returns the BatchStatus field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetBatchStatusOk() (*string, bool)
GetBatchStatusOk returns a tuple with the BatchStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetBatchStatus(v string)
SetBatchStatus sets BatchStatus field to given value.
func (o *PaymentBatchResponseDataInner) HasBatchStatus() bool
HasBatchStatus returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetProcessMethods() string
GetProcessMethods returns the ProcessMethods field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetProcessMethodsOk() (*string, bool)
GetProcessMethodsOk returns a tuple with the ProcessMethods field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetProcessMethods(v string)
SetProcessMethods sets ProcessMethods field to given value.
func (o *PaymentBatchResponseDataInner) HasProcessMethods() bool
HasProcessMethods returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetProcessorName() string
GetProcessorName returns the ProcessorName field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetProcessorNameOk() (*string, bool)
GetProcessorNameOk returns a tuple with the ProcessorName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetProcessorName(v string)
SetProcessorName sets ProcessorName field to given value.
func (o *PaymentBatchResponseDataInner) HasProcessorName() bool
HasProcessorName returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *PaymentBatchResponseDataInner) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetExecutedOnDemand() bool
GetExecutedOnDemand returns the ExecutedOnDemand field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetExecutedOnDemandOk() (*bool, bool)
GetExecutedOnDemandOk returns a tuple with the ExecutedOnDemand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetExecutedOnDemand(v bool)
SetExecutedOnDemand sets ExecutedOnDemand field to given value.
func (o *PaymentBatchResponseDataInner) HasExecutedOnDemand() bool
HasExecutedOnDemand returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetExecutionTime() string
GetExecutionTime returns the ExecutionTime field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetExecutionTimeOk() (*string, bool)
GetExecutionTimeOk returns a tuple with the ExecutionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetExecutionTime(v string)
SetExecutionTime sets ExecutionTime field to given value.
func (o *PaymentBatchResponseDataInner) HasExecutionTime() bool
HasExecutionTime returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetCompletionTime() string
GetCompletionTime returns the CompletionTime field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetCompletionTimeOk() (*string, bool)
GetCompletionTimeOk returns a tuple with the CompletionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetCompletionTime(v string)
SetCompletionTime sets CompletionTime field to given value.
func (o *PaymentBatchResponseDataInner) HasCompletionTime() bool
HasCompletionTime returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *PaymentBatchResponseDataInner) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *PaymentBatchResponseDataInner) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *PaymentBatchResponseDataInner) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *PaymentBatchResponseDataInner) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetCaptureCount() int32
GetCaptureCount returns the CaptureCount field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetCaptureCountOk() (*int32, bool)
GetCaptureCountOk returns a tuple with the CaptureCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetCaptureCount(v int32)
SetCaptureCount sets CaptureCount field to given value.
func (o *PaymentBatchResponseDataInner) HasCaptureCount() bool
HasCaptureCount returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetCaptureAmount() float32
GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) GetCaptureAmountOk() (*float32, bool)
GetCaptureAmountOk returns a tuple with the CaptureAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchResponseDataInner) SetCaptureAmount(v float32)
SetCaptureAmount sets CaptureAmount field to given value.
func (o *PaymentBatchResponseDataInner) HasCaptureAmount() bool
HasCaptureAmount returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetVoidedCount() int32
GetVoidedCount returns the VoidedCount field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetVoidedCount(v int32)
SetVoidedCount sets VoidedCount field to given value.
func (o *PaymentBatchResponseDataInner) HasVoidedCount() bool
HasVoidedCount returns a boolean if a field has been set.
func (o *PaymentBatchResponseDataInner) GetVoidedAmount() float32
GetVoidedAmount returns the VoidedAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchResponseDataInner) 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 *PaymentBatchResponseDataInner) SetVoidedAmount(v float32)
SetVoidedAmount sets VoidedAmount field to given value.
func (o *PaymentBatchResponseDataInner) HasVoidedAmount() bool
HasVoidedAmount returns a boolean if a field has been set.