| Name | Type | Description | Notes |
|---|---|---|---|
| BatchId | 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] | |
| TotalLiveAmount | Pointer to float32 | [optional] | |
| RefundedCount | Pointer to int32 | [optional] | |
| RefundedAmount | Pointer to float32 | [optional] | |
| ChargebackCount | Pointer to int32 | [optional] | |
| ChargebackAmount | Pointer to float32 | [optional] | |
| TransactionDetails | Pointer to []PaymentBatchDetailsResponseTransactionDetailsInner | [optional] |
func NewPaymentBatchDetailsResponse() *PaymentBatchDetailsResponse
NewPaymentBatchDetailsResponse instantiates a new PaymentBatchDetailsResponse 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 NewPaymentBatchDetailsResponseWithDefaults() *PaymentBatchDetailsResponse
NewPaymentBatchDetailsResponseWithDefaults instantiates a new PaymentBatchDetailsResponse 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 *PaymentBatchDetailsResponse) GetBatchId() string
GetBatchId returns the BatchId field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetBatchId(v string)
SetBatchId sets BatchId field to given value.
func (o *PaymentBatchDetailsResponse) HasBatchId() bool
HasBatchId returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *PaymentBatchDetailsResponse) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetBatchStatus() string
GetBatchStatus returns the BatchStatus field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetBatchStatus(v string)
SetBatchStatus sets BatchStatus field to given value.
func (o *PaymentBatchDetailsResponse) HasBatchStatus() bool
HasBatchStatus returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetProcessMethods() string
GetProcessMethods returns the ProcessMethods field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetProcessMethods(v string)
SetProcessMethods sets ProcessMethods field to given value.
func (o *PaymentBatchDetailsResponse) HasProcessMethods() bool
HasProcessMethods returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetProcessorName() string
GetProcessorName returns the ProcessorName field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetProcessorName(v string)
SetProcessorName sets ProcessorName field to given value.
func (o *PaymentBatchDetailsResponse) HasProcessorName() bool
HasProcessorName returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *PaymentBatchDetailsResponse) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetExecutedOnDemand() bool
GetExecutedOnDemand returns the ExecutedOnDemand field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetExecutedOnDemand(v bool)
SetExecutedOnDemand sets ExecutedOnDemand field to given value.
func (o *PaymentBatchDetailsResponse) HasExecutedOnDemand() bool
HasExecutedOnDemand returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetExecutionTime() string
GetExecutionTime returns the ExecutionTime field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetExecutionTime(v string)
SetExecutionTime sets ExecutionTime field to given value.
func (o *PaymentBatchDetailsResponse) HasExecutionTime() bool
HasExecutionTime returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetCompletionTime() string
GetCompletionTime returns the CompletionTime field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetCompletionTime(v string)
SetCompletionTime sets CompletionTime field to given value.
func (o *PaymentBatchDetailsResponse) HasCompletionTime() bool
HasCompletionTime returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *PaymentBatchDetailsResponse) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *PaymentBatchDetailsResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *PaymentBatchDetailsResponse) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *PaymentBatchDetailsResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetCaptureCount() int32
GetCaptureCount returns the CaptureCount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetCaptureCount(v int32)
SetCaptureCount sets CaptureCount field to given value.
func (o *PaymentBatchDetailsResponse) HasCaptureCount() bool
HasCaptureCount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetCaptureAmount() float32
GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetCaptureAmount(v float32)
SetCaptureAmount sets CaptureAmount field to given value.
func (o *PaymentBatchDetailsResponse) HasCaptureAmount() bool
HasCaptureAmount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetVoidedCount() int32
GetVoidedCount returns the VoidedCount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetVoidedCount(v int32)
SetVoidedCount sets VoidedCount field to given value.
func (o *PaymentBatchDetailsResponse) HasVoidedCount() bool
HasVoidedCount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetVoidedAmount() float32
GetVoidedAmount returns the VoidedAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) 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 *PaymentBatchDetailsResponse) SetVoidedAmount(v float32)
SetVoidedAmount sets VoidedAmount field to given value.
func (o *PaymentBatchDetailsResponse) HasVoidedAmount() bool
HasVoidedAmount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetTotalLiveAmount() float32
GetTotalLiveAmount returns the TotalLiveAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) GetTotalLiveAmountOk() (*float32, bool)
GetTotalLiveAmountOk returns a tuple with the TotalLiveAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponse) SetTotalLiveAmount(v float32)
SetTotalLiveAmount sets TotalLiveAmount field to given value.
func (o *PaymentBatchDetailsResponse) HasTotalLiveAmount() bool
HasTotalLiveAmount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetRefundedCount() int32
GetRefundedCount returns the RefundedCount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) GetRefundedCountOk() (*int32, bool)
GetRefundedCountOk returns a tuple with the RefundedCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponse) SetRefundedCount(v int32)
SetRefundedCount sets RefundedCount field to given value.
func (o *PaymentBatchDetailsResponse) HasRefundedCount() bool
HasRefundedCount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetRefundedAmount() float32
GetRefundedAmount returns the RefundedAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) GetRefundedAmountOk() (*float32, bool)
GetRefundedAmountOk returns a tuple with the RefundedAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponse) SetRefundedAmount(v float32)
SetRefundedAmount sets RefundedAmount field to given value.
func (o *PaymentBatchDetailsResponse) HasRefundedAmount() bool
HasRefundedAmount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetChargebackCount() int32
GetChargebackCount returns the ChargebackCount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) GetChargebackCountOk() (*int32, bool)
GetChargebackCountOk returns a tuple with the ChargebackCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponse) SetChargebackCount(v int32)
SetChargebackCount sets ChargebackCount field to given value.
func (o *PaymentBatchDetailsResponse) HasChargebackCount() bool
HasChargebackCount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetChargebackAmount() float32
GetChargebackAmount returns the ChargebackAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) GetChargebackAmountOk() (*float32, bool)
GetChargebackAmountOk returns a tuple with the ChargebackAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponse) SetChargebackAmount(v float32)
SetChargebackAmount sets ChargebackAmount field to given value.
func (o *PaymentBatchDetailsResponse) HasChargebackAmount() bool
HasChargebackAmount returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponse) GetTransactionDetails() []PaymentBatchDetailsResponseTransactionDetailsInner
GetTransactionDetails returns the TransactionDetails field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponse) GetTransactionDetailsOk() (*[]PaymentBatchDetailsResponseTransactionDetailsInner, bool)
GetTransactionDetailsOk returns a tuple with the TransactionDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponse) SetTransactionDetails(v []PaymentBatchDetailsResponseTransactionDetailsInner)
SetTransactionDetails sets TransactionDetails field to given value.
func (o *PaymentBatchDetailsResponse) HasTransactionDetails() bool
HasTransactionDetails returns a boolean if a field has been set.