Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.34 KB

File metadata and controls

108 lines (59 loc) · 3.34 KB

PagePaymentListResponseDTO

Properties

Name Type Description Notes
TotalRowCount Pointer to int32 [optional]
TotalAmount Pointer to float32 [optional]
Data Pointer to []PagePaymentListResponseDTODataInner [optional]

Methods

NewPagePaymentListResponseDTO

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

NewPagePaymentListResponseDTOWithDefaults

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

GetTotalRowCount

func (o *PagePaymentListResponseDTO) GetTotalRowCount() int32

GetTotalRowCount returns the TotalRowCount field if non-nil, zero value otherwise.

GetTotalRowCountOk

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.

SetTotalRowCount

func (o *PagePaymentListResponseDTO) SetTotalRowCount(v int32)

SetTotalRowCount sets TotalRowCount field to given value.

HasTotalRowCount

func (o *PagePaymentListResponseDTO) HasTotalRowCount() bool

HasTotalRowCount returns a boolean if a field has been set.

GetTotalAmount

func (o *PagePaymentListResponseDTO) GetTotalAmount() float32

GetTotalAmount returns the TotalAmount field if non-nil, zero value otherwise.

GetTotalAmountOk

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.

SetTotalAmount

func (o *PagePaymentListResponseDTO) SetTotalAmount(v float32)

SetTotalAmount sets TotalAmount field to given value.

HasTotalAmount

func (o *PagePaymentListResponseDTO) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

GetData

func (o *PagePaymentListResponseDTO) GetData() []PagePaymentListResponseDTODataInner

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *PagePaymentListResponseDTO) SetData(v []PagePaymentListResponseDTODataInner)

SetData sets Data field to given value.

HasData

func (o *PagePaymentListResponseDTO) HasData() bool

HasData returns a boolean if a field has been set.

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