| 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] |
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
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
func (o *PaymentListResponseDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetId(v string)
SetId sets Id field to given value.
func (o *PaymentListResponseDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *PaymentListResponseDTO) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetMerchantDBAName() string
GetMerchantDBAName returns the MerchantDBAName field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetMerchantDBAName(v string)
SetMerchantDBAName sets MerchantDBAName field to given value.
func (o *PaymentListResponseDTO) HasMerchantDBAName() bool
HasMerchantDBAName returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetPaymentMethodType() string
GetPaymentMethodType returns the PaymentMethodType field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetPaymentMethodType(v string)
SetPaymentMethodType sets PaymentMethodType field to given value.
func (o *PaymentListResponseDTO) HasPaymentMethodType() bool
HasPaymentMethodType returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetPaymentBasedId() string
GetPaymentBasedId returns the PaymentBasedId field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetPaymentBasedId(v string)
SetPaymentBasedId sets PaymentBasedId field to given value.
func (o *PaymentListResponseDTO) HasPaymentBasedId() bool
HasPaymentBasedId returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetVendorId() string
GetVendorId returns the VendorId field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetVendorId(v string)
SetVendorId sets VendorId field to given value.
func (o *PaymentListResponseDTO) HasVendorId() bool
HasVendorId returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetVendorName() string
GetVendorName returns the VendorName field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetVendorName(v string)
SetVendorName sets VendorName field to given value.
func (o *PaymentListResponseDTO) HasVendorName() bool
HasVendorName returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetPaymentId() string
GetPaymentId returns the PaymentId field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetPaymentId(v string)
SetPaymentId sets PaymentId field to given value.
func (o *PaymentListResponseDTO) HasPaymentId() bool
HasPaymentId returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetPaymentMethodStatus() string
GetPaymentMethodStatus returns the PaymentMethodStatus field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetPaymentMethodStatus(v string)
SetPaymentMethodStatus sets PaymentMethodStatus field to given value.
func (o *PaymentListResponseDTO) HasPaymentMethodStatus() bool
HasPaymentMethodStatus returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetRequestedDate() string
GetRequestedDate returns the RequestedDate field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetRequestedDate(v string)
SetRequestedDate sets RequestedDate field to given value.
func (o *PaymentListResponseDTO) HasRequestedDate() bool
HasRequestedDate returns a boolean if a field has been set.
func (o *PaymentListResponseDTO) GetAmount() string
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *PaymentListResponseDTO) SetAmount(v string)
SetAmount sets Amount field to given value.
func (o *PaymentListResponseDTO) HasAmount() bool
HasAmount returns a boolean if a field has been set.