| Name | Type | Description | Notes |
|---|---|---|---|
| TotalRowCount | Pointer to int32 | [optional] | |
| TotalAmount | Pointer to float32 | [optional] | |
| Data | Pointer to []PagePaymentListResponseDTODataInner | [optional] |
func NewPagePaymentListResponseDTO() *PagePaymentListResponseDTO
NewPagePaymentListResponseDTO instantiates a new PagePaymentListResponseDTO 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 NewPagePaymentListResponseDTOWithDefaults() *PagePaymentListResponseDTO
NewPagePaymentListResponseDTOWithDefaults instantiates a new PagePaymentListResponseDTO 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 *PagePaymentListResponseDTO) GetTotalRowCount() int32
GetTotalRowCount returns the TotalRowCount field if non-nil, zero value otherwise.
func (o *PagePaymentListResponseDTO) GetTotalRowCountOk() (*int32, bool)
GetTotalRowCountOk returns a tuple with the TotalRowCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PagePaymentListResponseDTO) SetTotalRowCount(v int32)
SetTotalRowCount sets TotalRowCount field to given value.
func (o *PagePaymentListResponseDTO) HasTotalRowCount() bool
HasTotalRowCount returns a boolean if a field has been set.
func (o *PagePaymentListResponseDTO) GetTotalAmount() float32
GetTotalAmount returns the TotalAmount field if non-nil, zero value otherwise.
func (o *PagePaymentListResponseDTO) GetTotalAmountOk() (*float32, bool)
GetTotalAmountOk returns a tuple with the TotalAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PagePaymentListResponseDTO) SetTotalAmount(v float32)
SetTotalAmount sets TotalAmount field to given value.
func (o *PagePaymentListResponseDTO) HasTotalAmount() bool
HasTotalAmount returns a boolean if a field has been set.
func (o *PagePaymentListResponseDTO) GetData() []PagePaymentListResponseDTODataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *PagePaymentListResponseDTO) GetDataOk() (*[]PagePaymentListResponseDTODataInner, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PagePaymentListResponseDTO) SetData(v []PagePaymentListResponseDTODataInner)
SetData sets Data field to given value.
func (o *PagePaymentListResponseDTO) HasData() bool
HasData returns a boolean if a field has been set.