Uses of Class
net.authorize.api.contract.v1.OrderExType
-
Packages that use OrderExType Package Description net.authorize.api.contract.v1 -
-
Uses of OrderExType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as OrderExType Modifier and Type Field Description protected OrderExTypeProfileTransOrderType. orderprotected OrderExTypeProfileTransRefundType. orderprotected OrderExTypeTransactionDetailsType. orderMethods in net.authorize.api.contract.v1 that return OrderExType Modifier and Type Method Description OrderExTypeObjectFactory. createOrderExType()Create an instance ofOrderExTypeOrderExTypeProfileTransOrderType. getOrder()Gets the value of the order property.OrderExTypeProfileTransRefundType. getOrder()Gets the value of the order property.OrderExTypeTransactionDetailsType. getOrder()Gets the value of the order property.Methods in net.authorize.api.contract.v1 with parameters of type OrderExType Modifier and Type Method Description voidProfileTransOrderType. setOrder(OrderExType value)Sets the value of the order property.voidProfileTransRefundType. setOrder(OrderExType value)Sets the value of the order property.voidTransactionDetailsType. setOrder(OrderExType value)Sets the value of the order property.
-