| Name | Type | Description | Notes |
|---|---|---|---|
| TransactionId | Pointer to string | [optional] | |
| TransactionStatus | Pointer to string | [optional] | |
| Amount | Pointer to float32 | [optional] | |
| AuthCode | Pointer to string | [optional] | |
| CustomerId | Pointer to string | [optional] | |
| AccountToken | Pointer to string | [optional] | |
| ChannelType | Pointer to string | [optional] | |
| MaskedAccount | Pointer to string | [optional] | |
| CreatedOn | Pointer to string | [optional] |
func NewPaymentLinkResponsePaymentsInner() *PaymentLinkResponsePaymentsInner
NewPaymentLinkResponsePaymentsInner instantiates a new PaymentLinkResponsePaymentsInner 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 NewPaymentLinkResponsePaymentsInnerWithDefaults() *PaymentLinkResponsePaymentsInner
NewPaymentLinkResponsePaymentsInnerWithDefaults instantiates a new PaymentLinkResponsePaymentsInner 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 *PaymentLinkResponsePaymentsInner) GetTransactionId() string
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) 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 *PaymentLinkResponsePaymentsInner) SetTransactionId(v string)
SetTransactionId sets TransactionId field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasTransactionId() bool
HasTransactionId returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetTransactionStatus() string
GetTransactionStatus returns the TransactionStatus field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) 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 *PaymentLinkResponsePaymentsInner) SetTransactionStatus(v string)
SetTransactionStatus sets TransactionStatus field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasTransactionStatus() bool
HasTransactionStatus returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponsePaymentsInner) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetAuthCode() string
GetAuthCode returns the AuthCode field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) GetAuthCodeOk() (*string, bool)
GetAuthCodeOk returns a tuple with the AuthCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponsePaymentsInner) SetAuthCode(v string)
SetAuthCode sets AuthCode field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasAuthCode() bool
HasAuthCode returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponsePaymentsInner) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasCustomerId() bool
HasCustomerId returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetAccountToken() string
GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) GetAccountTokenOk() (*string, bool)
GetAccountTokenOk returns a tuple with the AccountToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponsePaymentsInner) SetAccountToken(v string)
SetAccountToken sets AccountToken field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasAccountToken() bool
HasAccountToken returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetChannelType() string
GetChannelType returns the ChannelType field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) GetChannelTypeOk() (*string, bool)
GetChannelTypeOk returns a tuple with the ChannelType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponsePaymentsInner) SetChannelType(v string)
SetChannelType sets ChannelType field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasChannelType() bool
HasChannelType returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetMaskedAccount() string
GetMaskedAccount returns the MaskedAccount field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) GetMaskedAccountOk() (*string, bool)
GetMaskedAccountOk returns a tuple with the MaskedAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaymentLinkResponsePaymentsInner) SetMaskedAccount(v string)
SetMaskedAccount sets MaskedAccount field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasMaskedAccount() bool
HasMaskedAccount returns a boolean if a field has been set.
func (o *PaymentLinkResponsePaymentsInner) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *PaymentLinkResponsePaymentsInner) 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 *PaymentLinkResponsePaymentsInner) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *PaymentLinkResponsePaymentsInner) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.