Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.97 KB

File metadata and controls

134 lines (73 loc) · 4.97 KB

PaymentBatchDetailsResponseTransactionDetailsInner

Properties

Name Type Description Notes
TransactionId Pointer to string [optional]
TransactionStatus Pointer to string [optional]
TransactionDateTime Pointer to string [optional]
TransactionAmount Pointer to float32 [optional]

Methods

NewPaymentBatchDetailsResponseTransactionDetailsInner

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

NewPaymentBatchDetailsResponseTransactionDetailsInnerWithDefaults

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

GetTransactionId

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionId() string

GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.

GetTransactionIdOk

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.

SetTransactionId

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionId(v string)

SetTransactionId sets TransactionId field to given value.

HasTransactionId

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionId() bool

HasTransactionId returns a boolean if a field has been set.

GetTransactionStatus

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionStatus() string

GetTransactionStatus returns the TransactionStatus field if non-nil, zero value otherwise.

GetTransactionStatusOk

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.

SetTransactionStatus

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionStatus(v string)

SetTransactionStatus sets TransactionStatus field to given value.

HasTransactionStatus

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionStatus() bool

HasTransactionStatus returns a boolean if a field has been set.

GetTransactionDateTime

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionDateTime() string

GetTransactionDateTime returns the TransactionDateTime field if non-nil, zero value otherwise.

GetTransactionDateTimeOk

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.

SetTransactionDateTime

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionDateTime(v string)

SetTransactionDateTime sets TransactionDateTime field to given value.

HasTransactionDateTime

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionDateTime() bool

HasTransactionDateTime returns a boolean if a field has been set.

GetTransactionAmount

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) GetTransactionAmount() float32

GetTransactionAmount returns the TransactionAmount field if non-nil, zero value otherwise.

GetTransactionAmountOk

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.

SetTransactionAmount

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) SetTransactionAmount(v float32)

SetTransactionAmount sets TransactionAmount field to given value.

HasTransactionAmount

func (o *PaymentBatchDetailsResponseTransactionDetailsInner) HasTransactionAmount() bool

HasTransactionAmount returns a boolean if a field has been set.

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