Skip to content

Latest commit

 

History

History
628 lines (339 loc) · 18.7 KB

File metadata and controls

628 lines (339 loc) · 18.7 KB

PaymentBatchDetailsResponse

Properties

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]

Methods

NewPaymentBatchDetailsResponse

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

NewPaymentBatchDetailsResponseWithDefaults

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

GetBatchId

func (o *PaymentBatchDetailsResponse) GetBatchId() string

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

GetBatchIdOk

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.

SetBatchId

func (o *PaymentBatchDetailsResponse) SetBatchId(v string)

SetBatchId sets BatchId field to given value.

HasBatchId

func (o *PaymentBatchDetailsResponse) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

GetMerchantId

func (o *PaymentBatchDetailsResponse) GetMerchantId() string

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

GetMerchantIdOk

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.

SetMerchantId

func (o *PaymentBatchDetailsResponse) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *PaymentBatchDetailsResponse) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetBatchStatus

func (o *PaymentBatchDetailsResponse) GetBatchStatus() string

GetBatchStatus returns the BatchStatus field if non-nil, zero value otherwise.

GetBatchStatusOk

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.

SetBatchStatus

func (o *PaymentBatchDetailsResponse) SetBatchStatus(v string)

SetBatchStatus sets BatchStatus field to given value.

HasBatchStatus

func (o *PaymentBatchDetailsResponse) HasBatchStatus() bool

HasBatchStatus returns a boolean if a field has been set.

GetProcessMethods

func (o *PaymentBatchDetailsResponse) GetProcessMethods() string

GetProcessMethods returns the ProcessMethods field if non-nil, zero value otherwise.

GetProcessMethodsOk

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.

SetProcessMethods

func (o *PaymentBatchDetailsResponse) SetProcessMethods(v string)

SetProcessMethods sets ProcessMethods field to given value.

HasProcessMethods

func (o *PaymentBatchDetailsResponse) HasProcessMethods() bool

HasProcessMethods returns a boolean if a field has been set.

GetProcessorName

func (o *PaymentBatchDetailsResponse) GetProcessorName() string

GetProcessorName returns the ProcessorName field if non-nil, zero value otherwise.

GetProcessorNameOk

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.

SetProcessorName

func (o *PaymentBatchDetailsResponse) SetProcessorName(v string)

SetProcessorName sets ProcessorName field to given value.

HasProcessorName

func (o *PaymentBatchDetailsResponse) HasProcessorName() bool

HasProcessorName returns a boolean if a field has been set.

GetIsDefault

func (o *PaymentBatchDetailsResponse) GetIsDefault() bool

GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.

GetIsDefaultOk

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.

SetIsDefault

func (o *PaymentBatchDetailsResponse) SetIsDefault(v bool)

SetIsDefault sets IsDefault field to given value.

HasIsDefault

func (o *PaymentBatchDetailsResponse) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

GetExecutedOnDemand

func (o *PaymentBatchDetailsResponse) GetExecutedOnDemand() bool

GetExecutedOnDemand returns the ExecutedOnDemand field if non-nil, zero value otherwise.

GetExecutedOnDemandOk

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.

SetExecutedOnDemand

func (o *PaymentBatchDetailsResponse) SetExecutedOnDemand(v bool)

SetExecutedOnDemand sets ExecutedOnDemand field to given value.

HasExecutedOnDemand

func (o *PaymentBatchDetailsResponse) HasExecutedOnDemand() bool

HasExecutedOnDemand returns a boolean if a field has been set.

GetExecutionTime

func (o *PaymentBatchDetailsResponse) GetExecutionTime() string

GetExecutionTime returns the ExecutionTime field if non-nil, zero value otherwise.

GetExecutionTimeOk

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.

SetExecutionTime

func (o *PaymentBatchDetailsResponse) SetExecutionTime(v string)

SetExecutionTime sets ExecutionTime field to given value.

HasExecutionTime

func (o *PaymentBatchDetailsResponse) HasExecutionTime() bool

HasExecutionTime returns a boolean if a field has been set.

GetCompletionTime

func (o *PaymentBatchDetailsResponse) GetCompletionTime() string

GetCompletionTime returns the CompletionTime field if non-nil, zero value otherwise.

GetCompletionTimeOk

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.

SetCompletionTime

func (o *PaymentBatchDetailsResponse) SetCompletionTime(v string)

SetCompletionTime sets CompletionTime field to given value.

HasCompletionTime

func (o *PaymentBatchDetailsResponse) HasCompletionTime() bool

HasCompletionTime returns a boolean if a field has been set.

GetCreatedOn

func (o *PaymentBatchDetailsResponse) GetCreatedOn() string

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

GetCreatedOnOk

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.

SetCreatedOn

func (o *PaymentBatchDetailsResponse) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *PaymentBatchDetailsResponse) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetCreatedBy

func (o *PaymentBatchDetailsResponse) GetCreatedBy() string

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

GetCreatedByOk

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.

SetCreatedBy

func (o *PaymentBatchDetailsResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *PaymentBatchDetailsResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedOn

func (o *PaymentBatchDetailsResponse) GetModifiedOn() string

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

GetModifiedOnOk

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.

SetModifiedOn

func (o *PaymentBatchDetailsResponse) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *PaymentBatchDetailsResponse) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetModifiedBy

func (o *PaymentBatchDetailsResponse) GetModifiedBy() string

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

GetModifiedByOk

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.

SetModifiedBy

func (o *PaymentBatchDetailsResponse) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *PaymentBatchDetailsResponse) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetCaptureCount

func (o *PaymentBatchDetailsResponse) GetCaptureCount() int32

GetCaptureCount returns the CaptureCount field if non-nil, zero value otherwise.

GetCaptureCountOk

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.

SetCaptureCount

func (o *PaymentBatchDetailsResponse) SetCaptureCount(v int32)

SetCaptureCount sets CaptureCount field to given value.

HasCaptureCount

func (o *PaymentBatchDetailsResponse) HasCaptureCount() bool

HasCaptureCount returns a boolean if a field has been set.

GetCaptureAmount

func (o *PaymentBatchDetailsResponse) GetCaptureAmount() float32

GetCaptureAmount returns the CaptureAmount field if non-nil, zero value otherwise.

GetCaptureAmountOk

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.

SetCaptureAmount

func (o *PaymentBatchDetailsResponse) SetCaptureAmount(v float32)

SetCaptureAmount sets CaptureAmount field to given value.

HasCaptureAmount

func (o *PaymentBatchDetailsResponse) HasCaptureAmount() bool

HasCaptureAmount returns a boolean if a field has been set.

GetVoidedCount

func (o *PaymentBatchDetailsResponse) GetVoidedCount() int32

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

GetVoidedCountOk

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.

SetVoidedCount

func (o *PaymentBatchDetailsResponse) SetVoidedCount(v int32)

SetVoidedCount sets VoidedCount field to given value.

HasVoidedCount

func (o *PaymentBatchDetailsResponse) HasVoidedCount() bool

HasVoidedCount returns a boolean if a field has been set.

GetVoidedAmount

func (o *PaymentBatchDetailsResponse) GetVoidedAmount() float32

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

GetVoidedAmountOk

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.

SetVoidedAmount

func (o *PaymentBatchDetailsResponse) SetVoidedAmount(v float32)

SetVoidedAmount sets VoidedAmount field to given value.

HasVoidedAmount

func (o *PaymentBatchDetailsResponse) HasVoidedAmount() bool

HasVoidedAmount returns a boolean if a field has been set.

GetTotalLiveAmount

func (o *PaymentBatchDetailsResponse) GetTotalLiveAmount() float32

GetTotalLiveAmount returns the TotalLiveAmount field if non-nil, zero value otherwise.

GetTotalLiveAmountOk

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.

SetTotalLiveAmount

func (o *PaymentBatchDetailsResponse) SetTotalLiveAmount(v float32)

SetTotalLiveAmount sets TotalLiveAmount field to given value.

HasTotalLiveAmount

func (o *PaymentBatchDetailsResponse) HasTotalLiveAmount() bool

HasTotalLiveAmount returns a boolean if a field has been set.

GetRefundedCount

func (o *PaymentBatchDetailsResponse) GetRefundedCount() int32

GetRefundedCount returns the RefundedCount field if non-nil, zero value otherwise.

GetRefundedCountOk

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.

SetRefundedCount

func (o *PaymentBatchDetailsResponse) SetRefundedCount(v int32)

SetRefundedCount sets RefundedCount field to given value.

HasRefundedCount

func (o *PaymentBatchDetailsResponse) HasRefundedCount() bool

HasRefundedCount returns a boolean if a field has been set.

GetRefundedAmount

func (o *PaymentBatchDetailsResponse) GetRefundedAmount() float32

GetRefundedAmount returns the RefundedAmount field if non-nil, zero value otherwise.

GetRefundedAmountOk

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.

SetRefundedAmount

func (o *PaymentBatchDetailsResponse) SetRefundedAmount(v float32)

SetRefundedAmount sets RefundedAmount field to given value.

HasRefundedAmount

func (o *PaymentBatchDetailsResponse) HasRefundedAmount() bool

HasRefundedAmount returns a boolean if a field has been set.

GetChargebackCount

func (o *PaymentBatchDetailsResponse) GetChargebackCount() int32

GetChargebackCount returns the ChargebackCount field if non-nil, zero value otherwise.

GetChargebackCountOk

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.

SetChargebackCount

func (o *PaymentBatchDetailsResponse) SetChargebackCount(v int32)

SetChargebackCount sets ChargebackCount field to given value.

HasChargebackCount

func (o *PaymentBatchDetailsResponse) HasChargebackCount() bool

HasChargebackCount returns a boolean if a field has been set.

GetChargebackAmount

func (o *PaymentBatchDetailsResponse) GetChargebackAmount() float32

GetChargebackAmount returns the ChargebackAmount field if non-nil, zero value otherwise.

GetChargebackAmountOk

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.

SetChargebackAmount

func (o *PaymentBatchDetailsResponse) SetChargebackAmount(v float32)

SetChargebackAmount sets ChargebackAmount field to given value.

HasChargebackAmount

func (o *PaymentBatchDetailsResponse) HasChargebackAmount() bool

HasChargebackAmount returns a boolean if a field has been set.

GetTransactionDetails

func (o *PaymentBatchDetailsResponse) GetTransactionDetails() []PaymentBatchDetailsResponseTransactionDetailsInner

GetTransactionDetails returns the TransactionDetails field if non-nil, zero value otherwise.

GetTransactionDetailsOk

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.

SetTransactionDetails

func (o *PaymentBatchDetailsResponse) SetTransactionDetails(v []PaymentBatchDetailsResponseTransactionDetailsInner)

SetTransactionDetails sets TransactionDetails field to given value.

HasTransactionDetails

func (o *PaymentBatchDetailsResponse) HasTransactionDetails() bool

HasTransactionDetails returns a boolean if a field has been set.

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