Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.92 KB

File metadata and controls

264 lines (143 loc) · 7.92 KB

PaymentLinkResponsePaymentsInner

Properties

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]

Methods

NewPaymentLinkResponsePaymentsInner

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

NewPaymentLinkResponsePaymentsInnerWithDefaults

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

GetTransactionId

func (o *PaymentLinkResponsePaymentsInner) GetTransactionId() string

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

GetTransactionIdOk

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.

SetTransactionId

func (o *PaymentLinkResponsePaymentsInner) SetTransactionId(v string)

SetTransactionId sets TransactionId field to given value.

HasTransactionId

func (o *PaymentLinkResponsePaymentsInner) HasTransactionId() bool

HasTransactionId returns a boolean if a field has been set.

GetTransactionStatus

func (o *PaymentLinkResponsePaymentsInner) GetTransactionStatus() string

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

GetTransactionStatusOk

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.

SetTransactionStatus

func (o *PaymentLinkResponsePaymentsInner) SetTransactionStatus(v string)

SetTransactionStatus sets TransactionStatus field to given value.

HasTransactionStatus

func (o *PaymentLinkResponsePaymentsInner) HasTransactionStatus() bool

HasTransactionStatus returns a boolean if a field has been set.

GetAmount

func (o *PaymentLinkResponsePaymentsInner) GetAmount() float32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

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.

SetAmount

func (o *PaymentLinkResponsePaymentsInner) SetAmount(v float32)

SetAmount sets Amount field to given value.

HasAmount

func (o *PaymentLinkResponsePaymentsInner) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetAuthCode

func (o *PaymentLinkResponsePaymentsInner) GetAuthCode() string

GetAuthCode returns the AuthCode field if non-nil, zero value otherwise.

GetAuthCodeOk

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.

SetAuthCode

func (o *PaymentLinkResponsePaymentsInner) SetAuthCode(v string)

SetAuthCode sets AuthCode field to given value.

HasAuthCode

func (o *PaymentLinkResponsePaymentsInner) HasAuthCode() bool

HasAuthCode returns a boolean if a field has been set.

GetCustomerId

func (o *PaymentLinkResponsePaymentsInner) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

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.

SetCustomerId

func (o *PaymentLinkResponsePaymentsInner) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

HasCustomerId

func (o *PaymentLinkResponsePaymentsInner) HasCustomerId() bool

HasCustomerId returns a boolean if a field has been set.

GetAccountToken

func (o *PaymentLinkResponsePaymentsInner) GetAccountToken() string

GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.

GetAccountTokenOk

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.

SetAccountToken

func (o *PaymentLinkResponsePaymentsInner) SetAccountToken(v string)

SetAccountToken sets AccountToken field to given value.

HasAccountToken

func (o *PaymentLinkResponsePaymentsInner) HasAccountToken() bool

HasAccountToken returns a boolean if a field has been set.

GetChannelType

func (o *PaymentLinkResponsePaymentsInner) GetChannelType() string

GetChannelType returns the ChannelType field if non-nil, zero value otherwise.

GetChannelTypeOk

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.

SetChannelType

func (o *PaymentLinkResponsePaymentsInner) SetChannelType(v string)

SetChannelType sets ChannelType field to given value.

HasChannelType

func (o *PaymentLinkResponsePaymentsInner) HasChannelType() bool

HasChannelType returns a boolean if a field has been set.

GetMaskedAccount

func (o *PaymentLinkResponsePaymentsInner) GetMaskedAccount() string

GetMaskedAccount returns the MaskedAccount field if non-nil, zero value otherwise.

GetMaskedAccountOk

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.

SetMaskedAccount

func (o *PaymentLinkResponsePaymentsInner) SetMaskedAccount(v string)

SetMaskedAccount sets MaskedAccount field to given value.

HasMaskedAccount

func (o *PaymentLinkResponsePaymentsInner) HasMaskedAccount() bool

HasMaskedAccount returns a boolean if a field has been set.

GetCreatedOn

func (o *PaymentLinkResponsePaymentsInner) GetCreatedOn() string

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

GetCreatedOnOk

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.

SetCreatedOn

func (o *PaymentLinkResponsePaymentsInner) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *PaymentLinkResponsePaymentsInner) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

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