Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 8.92 KB

File metadata and controls

316 lines (171 loc) · 8.92 KB

PaymentListResponseDTO

Properties

Name Type Description Notes
Id Pointer to string [optional]
MerchantId Pointer to string [optional]
MerchantDBAName Pointer to string [optional]
PaymentMethodType Pointer to string [optional]
PaymentBasedId Pointer to string [optional]
VendorId Pointer to string [optional]
VendorName Pointer to string [optional]
PaymentId Pointer to string [optional]
PaymentMethodStatus Pointer to string [optional]
RequestedDate Pointer to string [optional]
Amount Pointer to string [optional]

Methods

NewPaymentListResponseDTO

func NewPaymentListResponseDTO() *PaymentListResponseDTO

NewPaymentListResponseDTO instantiates a new PaymentListResponseDTO 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

NewPaymentListResponseDTOWithDefaults

func NewPaymentListResponseDTOWithDefaults() *PaymentListResponseDTO

NewPaymentListResponseDTOWithDefaults instantiates a new PaymentListResponseDTO 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 *PaymentListResponseDTO) GetId() string

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

GetIdOk

func (o *PaymentListResponseDTO) 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 *PaymentListResponseDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PaymentListResponseDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetMerchantId

func (o *PaymentListResponseDTO) GetMerchantId() string

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

GetMerchantIdOk

func (o *PaymentListResponseDTO) 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 *PaymentListResponseDTO) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *PaymentListResponseDTO) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetMerchantDBAName

func (o *PaymentListResponseDTO) GetMerchantDBAName() string

GetMerchantDBAName returns the MerchantDBAName field if non-nil, zero value otherwise.

GetMerchantDBANameOk

func (o *PaymentListResponseDTO) GetMerchantDBANameOk() (*string, bool)

GetMerchantDBANameOk returns a tuple with the MerchantDBAName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMerchantDBAName

func (o *PaymentListResponseDTO) SetMerchantDBAName(v string)

SetMerchantDBAName sets MerchantDBAName field to given value.

HasMerchantDBAName

func (o *PaymentListResponseDTO) HasMerchantDBAName() bool

HasMerchantDBAName returns a boolean if a field has been set.

GetPaymentMethodType

func (o *PaymentListResponseDTO) GetPaymentMethodType() string

GetPaymentMethodType returns the PaymentMethodType field if non-nil, zero value otherwise.

GetPaymentMethodTypeOk

func (o *PaymentListResponseDTO) GetPaymentMethodTypeOk() (*string, bool)

GetPaymentMethodTypeOk returns a tuple with the PaymentMethodType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaymentMethodType

func (o *PaymentListResponseDTO) SetPaymentMethodType(v string)

SetPaymentMethodType sets PaymentMethodType field to given value.

HasPaymentMethodType

func (o *PaymentListResponseDTO) HasPaymentMethodType() bool

HasPaymentMethodType returns a boolean if a field has been set.

GetPaymentBasedId

func (o *PaymentListResponseDTO) GetPaymentBasedId() string

GetPaymentBasedId returns the PaymentBasedId field if non-nil, zero value otherwise.

GetPaymentBasedIdOk

func (o *PaymentListResponseDTO) GetPaymentBasedIdOk() (*string, bool)

GetPaymentBasedIdOk returns a tuple with the PaymentBasedId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaymentBasedId

func (o *PaymentListResponseDTO) SetPaymentBasedId(v string)

SetPaymentBasedId sets PaymentBasedId field to given value.

HasPaymentBasedId

func (o *PaymentListResponseDTO) HasPaymentBasedId() bool

HasPaymentBasedId returns a boolean if a field has been set.

GetVendorId

func (o *PaymentListResponseDTO) GetVendorId() string

GetVendorId returns the VendorId field if non-nil, zero value otherwise.

GetVendorIdOk

func (o *PaymentListResponseDTO) GetVendorIdOk() (*string, bool)

GetVendorIdOk returns a tuple with the VendorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVendorId

func (o *PaymentListResponseDTO) SetVendorId(v string)

SetVendorId sets VendorId field to given value.

HasVendorId

func (o *PaymentListResponseDTO) HasVendorId() bool

HasVendorId returns a boolean if a field has been set.

GetVendorName

func (o *PaymentListResponseDTO) GetVendorName() string

GetVendorName returns the VendorName field if non-nil, zero value otherwise.

GetVendorNameOk

func (o *PaymentListResponseDTO) GetVendorNameOk() (*string, bool)

GetVendorNameOk returns a tuple with the VendorName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVendorName

func (o *PaymentListResponseDTO) SetVendorName(v string)

SetVendorName sets VendorName field to given value.

HasVendorName

func (o *PaymentListResponseDTO) HasVendorName() bool

HasVendorName returns a boolean if a field has been set.

GetPaymentId

func (o *PaymentListResponseDTO) GetPaymentId() string

GetPaymentId returns the PaymentId field if non-nil, zero value otherwise.

GetPaymentIdOk

func (o *PaymentListResponseDTO) GetPaymentIdOk() (*string, bool)

GetPaymentIdOk returns a tuple with the PaymentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaymentId

func (o *PaymentListResponseDTO) SetPaymentId(v string)

SetPaymentId sets PaymentId field to given value.

HasPaymentId

func (o *PaymentListResponseDTO) HasPaymentId() bool

HasPaymentId returns a boolean if a field has been set.

GetPaymentMethodStatus

func (o *PaymentListResponseDTO) GetPaymentMethodStatus() string

GetPaymentMethodStatus returns the PaymentMethodStatus field if non-nil, zero value otherwise.

GetPaymentMethodStatusOk

func (o *PaymentListResponseDTO) GetPaymentMethodStatusOk() (*string, bool)

GetPaymentMethodStatusOk returns a tuple with the PaymentMethodStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaymentMethodStatus

func (o *PaymentListResponseDTO) SetPaymentMethodStatus(v string)

SetPaymentMethodStatus sets PaymentMethodStatus field to given value.

HasPaymentMethodStatus

func (o *PaymentListResponseDTO) HasPaymentMethodStatus() bool

HasPaymentMethodStatus returns a boolean if a field has been set.

GetRequestedDate

func (o *PaymentListResponseDTO) GetRequestedDate() string

GetRequestedDate returns the RequestedDate field if non-nil, zero value otherwise.

GetRequestedDateOk

func (o *PaymentListResponseDTO) GetRequestedDateOk() (*string, bool)

GetRequestedDateOk returns a tuple with the RequestedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequestedDate

func (o *PaymentListResponseDTO) SetRequestedDate(v string)

SetRequestedDate sets RequestedDate field to given value.

HasRequestedDate

func (o *PaymentListResponseDTO) HasRequestedDate() bool

HasRequestedDate returns a boolean if a field has been set.

GetAmount

func (o *PaymentListResponseDTO) GetAmount() string

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

GetAmountOk

func (o *PaymentListResponseDTO) GetAmountOk() (*string, 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 *PaymentListResponseDTO) SetAmount(v string)

SetAmount sets Amount field to given value.

HasAmount

func (o *PaymentListResponseDTO) HasAmount() bool

HasAmount returns a boolean if a field has been set.

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