Uses of Class
net.authorize.api.contract.v1.TransactionResponse
-
Packages that use TransactionResponse Package Description net.authorize.api.contract.v1 net.authorize.api.controller -
-
Uses of TransactionResponse in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as TransactionResponse Modifier and Type Field Description protected TransactionResponseCreateCustomerProfileTransactionResponse. transactionResponseprotected TransactionResponseCreateTransactionResponse. transactionResponseprotected TransactionResponseUpdateHeldTransactionResponse. transactionResponseMethods in net.authorize.api.contract.v1 that return TransactionResponse Modifier and Type Method Description TransactionResponseObjectFactory. createTransactionResponse()Create an instance ofTransactionResponseTransactionResponseCreateCustomerProfileTransactionResponse. getTransactionResponse()Gets the value of the transactionResponse property.TransactionResponseCreateTransactionResponse. getTransactionResponse()Gets the value of the transactionResponse property.TransactionResponseUpdateHeldTransactionResponse. getTransactionResponse()Gets the value of the transactionResponse property.Methods in net.authorize.api.contract.v1 with parameters of type TransactionResponse Modifier and Type Method Description voidCreateCustomerProfileTransactionResponse. setTransactionResponse(TransactionResponse value)Sets the value of the transactionResponse property.voidCreateTransactionResponse. setTransactionResponse(TransactionResponse value)Sets the value of the transactionResponse property.voidUpdateHeldTransactionResponse. setTransactionResponse(TransactionResponse value)Sets the value of the transactionResponse property. -
Uses of TransactionResponse in net.authorize.api.controller
Methods in net.authorize.api.controller that return types with arguments of type TransactionResponse Modifier and Type Method Description protected Class<TransactionResponse>TransactionController. getResponseType()
-