Uses of Class
net.authorize.api.contract.v1.TransactionRequestType
-
Packages that use TransactionRequestType Package Description net.authorize.api.contract.v1 net.authorize.api.controller -
-
Uses of TransactionRequestType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as TransactionRequestType Modifier and Type Field Description protected TransactionRequestTypeCreateTransactionRequest. transactionRequestprotected TransactionRequestTypeGetHostedPaymentPageRequest. transactionRequestMethods in net.authorize.api.contract.v1 that return TransactionRequestType Modifier and Type Method Description TransactionRequestTypeObjectFactory. createTransactionRequestType()Create an instance ofTransactionRequestTypeTransactionRequestTypeCreateTransactionRequest. getTransactionRequest()Gets the value of the transactionRequest property.TransactionRequestTypeGetHostedPaymentPageRequest. getTransactionRequest()Gets the value of the transactionRequest property.Methods in net.authorize.api.contract.v1 with parameters of type TransactionRequestType Modifier and Type Method Description voidCreateTransactionRequest. setTransactionRequest(TransactionRequestType value)Sets the value of the transactionRequest property.voidGetHostedPaymentPageRequest. setTransactionRequest(TransactionRequestType value)Sets the value of the transactionRequest property. -
Uses of TransactionRequestType in net.authorize.api.controller
Constructors in net.authorize.api.controller with parameters of type TransactionRequestType Constructor Description TransactionController(TransactionRequestType apiRequest)
-