Uses of Class
net.authorize.api.contract.v1.TransactionListSorting
-
Packages that use TransactionListSorting Package Description net.authorize.api.contract.v1 -
-
Uses of TransactionListSorting in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as TransactionListSorting Modifier and Type Field Description protected TransactionListSortingGetTransactionListForCustomerRequest. sortingprotected TransactionListSortingGetTransactionListRequest. sortingprotected TransactionListSortingGetUnsettledTransactionListRequest. sortingMethods in net.authorize.api.contract.v1 that return TransactionListSorting Modifier and Type Method Description TransactionListSortingObjectFactory. createTransactionListSorting()Create an instance ofTransactionListSortingTransactionListSortingGetTransactionListForCustomerRequest. getSorting()Gets the value of the sorting property.TransactionListSortingGetTransactionListRequest. getSorting()Gets the value of the sorting property.TransactionListSortingGetUnsettledTransactionListRequest. getSorting()Gets the value of the sorting property.Methods in net.authorize.api.contract.v1 with parameters of type TransactionListSorting Modifier and Type Method Description voidGetTransactionListForCustomerRequest. setSorting(TransactionListSorting value)Sets the value of the sorting property.voidGetTransactionListRequest. setSorting(TransactionListSorting value)Sets the value of the sorting property.voidGetUnsettledTransactionListRequest. setSorting(TransactionListSorting value)Sets the value of the sorting property.
-