| Name | Type | Description | Notes |
|---|---|---|---|
| TransactionId | Pointer to string | [optional] | |
| TransactionStatus | Pointer to string | [optional] | |
| TransactionDateTime | Pointer to string | [optional] | |
| TransactionAmount | Pointer to float32 | [optional] |
func NewPaymentBatchDetailsResponseTransactionDetailsInner() *PaymentBatchDetailsResponseTransactionDetailsInner
NewPaymentBatchDetailsResponseTransactionDetailsInner instantiates a new PaymentBatchDetailsResponseTransactionDetailsInner 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 NewPaymentBatchDetailsResponseTransactionDetailsInnerWithDefaults() *PaymentBatchDetailsResponseTransactionDetailsInner
NewPaymentBatchDetailsResponseTransactionDetailsInnerWithDefaults instantiates a new PaymentBatchDetailsResponseTransactionDetailsInner 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 *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionId() string
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionIdOk() (*string, bool)
GetTransactionIdOk returns a tuple with the TransactionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionId(v string)
SetTransactionId sets TransactionId field to given value.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionId() bool
HasTransactionId returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionStatus() string
GetTransactionStatus returns the TransactionStatus field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionStatusOk() (*string, bool)
GetTransactionStatusOk returns a tuple with the TransactionStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionStatus(v string)
SetTransactionStatus sets TransactionStatus field to given value.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionStatus() bool
HasTransactionStatus returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionDateTime() string
GetTransactionDateTime returns the TransactionDateTime field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionDateTimeOk() (*string, bool)
GetTransactionDateTimeOk returns a tuple with the TransactionDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionDateTime(v string)
SetTransactionDateTime sets TransactionDateTime field to given value.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionDateTime() bool
HasTransactionDateTime returns a boolean if a field has been set.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionAmount() float32
GetTransactionAmount returns the TransactionAmount field if non-nil, zero value otherwise.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionAmountOk() (*float32, bool)
GetTransactionAmountOk returns a tuple with the TransactionAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionAmount(v float32)
SetTransactionAmount sets TransactionAmount field to given value.
func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionAmount() bool
HasTransactionAmount returns a boolean if a field has been set.