Skip to content

Latest commit

 

History

History
472 lines (255 loc) · 13.7 KB

File metadata and controls

472 lines (255 loc) · 13.7 KB

PaymentBatchResponseDataInner

Properties

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]

Methods

NewPaymentBatchResponseDataInner

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

NewPaymentBatchResponseDataInnerWithDefaults

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

GetId

func (o *PaymentBatchResponseDataInner) GetId() string

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

GetIdOk

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.

SetId

func (o *PaymentBatchResponseDataInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PaymentBatchResponseDataInner) HasId() bool

HasId returns a boolean if a field has been set.

GetMerchantId

func (o *PaymentBatchResponseDataInner) GetMerchantId() string

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

GetMerchantIdOk

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.

SetMerchantId

func (o *PaymentBatchResponseDataInner) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *PaymentBatchResponseDataInner) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetBatchStatus

func (o *PaymentBatchResponseDataInner) GetBatchStatus() string

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

GetBatchStatusOk

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.

SetBatchStatus

func (o *PaymentBatchResponseDataInner) SetBatchStatus(v string)

SetBatchStatus sets BatchStatus field to given value.

HasBatchStatus

func (o *PaymentBatchResponseDataInner) HasBatchStatus() bool

HasBatchStatus returns a boolean if a field has been set.

GetProcessMethods

func (o *PaymentBatchResponseDataInner) GetProcessMethods() string

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

GetProcessMethodsOk

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.

SetProcessMethods

func (o *PaymentBatchResponseDataInner) SetProcessMethods(v string)

SetProcessMethods sets ProcessMethods field to given value.

HasProcessMethods

func (o *PaymentBatchResponseDataInner) HasProcessMethods() bool

HasProcessMethods returns a boolean if a field has been set.

GetProcessorName

func (o *PaymentBatchResponseDataInner) GetProcessorName() string

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

GetProcessorNameOk

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.

SetProcessorName

func (o *PaymentBatchResponseDataInner) SetProcessorName(v string)

SetProcessorName sets ProcessorName field to given value.

HasProcessorName

func (o *PaymentBatchResponseDataInner) HasProcessorName() bool

HasProcessorName returns a boolean if a field has been set.

GetIsDefault

func (o *PaymentBatchResponseDataInner) GetIsDefault() bool

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

GetIsDefaultOk

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.

SetIsDefault

func (o *PaymentBatchResponseDataInner) SetIsDefault(v bool)

SetIsDefault sets IsDefault field to given value.

HasIsDefault

func (o *PaymentBatchResponseDataInner) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

GetExecutedOnDemand

func (o *PaymentBatchResponseDataInner) GetExecutedOnDemand() bool

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

GetExecutedOnDemandOk

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.

SetExecutedOnDemand

func (o *PaymentBatchResponseDataInner) SetExecutedOnDemand(v bool)

SetExecutedOnDemand sets ExecutedOnDemand field to given value.

HasExecutedOnDemand

func (o *PaymentBatchResponseDataInner) HasExecutedOnDemand() bool

HasExecutedOnDemand returns a boolean if a field has been set.

GetExecutionTime

func (o *PaymentBatchResponseDataInner) GetExecutionTime() string

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

GetExecutionTimeOk

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.

SetExecutionTime

func (o *PaymentBatchResponseDataInner) SetExecutionTime(v string)

SetExecutionTime sets ExecutionTime field to given value.

HasExecutionTime

func (o *PaymentBatchResponseDataInner) HasExecutionTime() bool

HasExecutionTime returns a boolean if a field has been set.

GetCompletionTime

func (o *PaymentBatchResponseDataInner) GetCompletionTime() string

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

GetCompletionTimeOk

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.

SetCompletionTime

func (o *PaymentBatchResponseDataInner) SetCompletionTime(v string)

SetCompletionTime sets CompletionTime field to given value.

HasCompletionTime

func (o *PaymentBatchResponseDataInner) HasCompletionTime() bool

HasCompletionTime returns a boolean if a field has been set.

GetCreatedOn

func (o *PaymentBatchResponseDataInner) GetCreatedOn() string

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

GetCreatedOnOk

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.

SetCreatedOn

func (o *PaymentBatchResponseDataInner) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *PaymentBatchResponseDataInner) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetCreatedBy

func (o *PaymentBatchResponseDataInner) GetCreatedBy() string

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

GetCreatedByOk

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.

SetCreatedBy

func (o *PaymentBatchResponseDataInner) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *PaymentBatchResponseDataInner) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedOn

func (o *PaymentBatchResponseDataInner) GetModifiedOn() string

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

GetModifiedOnOk

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.

SetModifiedOn

func (o *PaymentBatchResponseDataInner) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *PaymentBatchResponseDataInner) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetModifiedBy

func (o *PaymentBatchResponseDataInner) GetModifiedBy() string

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

GetModifiedByOk

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.

SetModifiedBy

func (o *PaymentBatchResponseDataInner) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *PaymentBatchResponseDataInner) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetCaptureCount

func (o *PaymentBatchResponseDataInner) GetCaptureCount() int32

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

GetCaptureCountOk

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.

SetCaptureCount

func (o *PaymentBatchResponseDataInner) SetCaptureCount(v int32)

SetCaptureCount sets CaptureCount field to given value.

HasCaptureCount

func (o *PaymentBatchResponseDataInner) HasCaptureCount() bool

HasCaptureCount returns a boolean if a field has been set.

GetCaptureAmount

func (o *PaymentBatchResponseDataInner) GetCaptureAmount() float32

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

GetCaptureAmountOk

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.

SetCaptureAmount

func (o *PaymentBatchResponseDataInner) SetCaptureAmount(v float32)

SetCaptureAmount sets CaptureAmount field to given value.

HasCaptureAmount

func (o *PaymentBatchResponseDataInner) HasCaptureAmount() bool

HasCaptureAmount returns a boolean if a field has been set.

GetVoidedCount

func (o *PaymentBatchResponseDataInner) GetVoidedCount() int32

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

GetVoidedCountOk

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.

SetVoidedCount

func (o *PaymentBatchResponseDataInner) SetVoidedCount(v int32)

SetVoidedCount sets VoidedCount field to given value.

HasVoidedCount

func (o *PaymentBatchResponseDataInner) HasVoidedCount() bool

HasVoidedCount returns a boolean if a field has been set.

GetVoidedAmount

func (o *PaymentBatchResponseDataInner) GetVoidedAmount() float32

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

GetVoidedAmountOk

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.

SetVoidedAmount

func (o *PaymentBatchResponseDataInner) SetVoidedAmount(v float32)

SetVoidedAmount sets VoidedAmount field to given value.

HasVoidedAmount

func (o *PaymentBatchResponseDataInner) HasVoidedAmount() bool

HasVoidedAmount returns a boolean if a field has been set.

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