Uses of Class
net.authorize.api.contract.v1.OrderType
-
Packages that use OrderType Package Description net.authorize.api.contract.v1 -
-
Uses of OrderType in net.authorize.api.contract.v1
Subclasses of OrderType in net.authorize.api.contract.v1 Modifier and Type Class Description classOrderExTypeJava class for orderExType complex type.Fields in net.authorize.api.contract.v1 declared as OrderType Modifier and Type Field Description protected OrderTypeARBSubscriptionMaskedType. orderprotected OrderTypeARBSubscriptionType. orderprotected OrderTypeTransactionRequestType. orderMethods in net.authorize.api.contract.v1 that return OrderType Modifier and Type Method Description OrderTypeObjectFactory. createOrderType()Create an instance ofOrderTypeOrderTypeARBSubscriptionMaskedType. getOrder()Gets the value of the order property.OrderTypeARBSubscriptionType. getOrder()Gets the value of the order property.OrderTypeTransactionRequestType. getOrder()Gets the value of the order property.Methods in net.authorize.api.contract.v1 with parameters of type OrderType Modifier and Type Method Description voidARBSubscriptionMaskedType. setOrder(OrderType value)Sets the value of the order property.voidARBSubscriptionType. setOrder(OrderType value)Sets the value of the order property.voidTransactionRequestType. setOrder(OrderType value)Sets the value of the order property.
-