Uses of Class
net.authorize.api.contract.v1.ArrayOfTransactionSummaryType
-
Packages that use ArrayOfTransactionSummaryType Package Description net.authorize.api.contract.v1 -
-
Uses of ArrayOfTransactionSummaryType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as ArrayOfTransactionSummaryType Modifier and Type Field Description protected ArrayOfTransactionSummaryTypeGetTransactionListResponse. transactionsprotected ArrayOfTransactionSummaryTypeGetUnsettledTransactionListResponse. transactionsMethods in net.authorize.api.contract.v1 that return ArrayOfTransactionSummaryType Modifier and Type Method Description ArrayOfTransactionSummaryTypeObjectFactory. createArrayOfTransactionSummaryType()Create an instance ofArrayOfTransactionSummaryTypeArrayOfTransactionSummaryTypeGetTransactionListResponse. getTransactions()Gets the value of the transactions property.ArrayOfTransactionSummaryTypeGetUnsettledTransactionListResponse. getTransactions()Gets the value of the transactions property.Methods in net.authorize.api.contract.v1 with parameters of type ArrayOfTransactionSummaryType Modifier and Type Method Description voidGetTransactionListResponse. setTransactions(ArrayOfTransactionSummaryType value)Sets the value of the transactions property.voidGetUnsettledTransactionListResponse. setTransactions(ArrayOfTransactionSummaryType value)Sets the value of the transactions property.
-