Uses of Class
com.yahoo.marketing.apt.OrderFee

Packages that use OrderFee
com.yahoo.marketing.apt   
 

Uses of OrderFee in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as OrderFee
private  OrderFee OrderFeeResponse.orderFee
           
 

Methods in com.yahoo.marketing.apt that return OrderFee
 OrderFee OrderFeeResponse.getOrderFee()
          Gets the orderFee value for this OrderFeeResponse.
 OrderFee OrderServiceHttpBindingStub.getOrderFee(long orderFeeID)
           
 OrderFee OrderService.getOrderFee(long orderFeeID)
           
 OrderFee[] OrderServiceHttpBindingStub.getOrderFees(long[] orderFeeIDs)
           
 OrderFee[] OrderService.getOrderFees(long[] orderFeeIDs)
           
 OrderFee[] OrderServiceHttpBindingStub.getOrderFeesByOrderID(long orderID)
           
 OrderFee[] OrderService.getOrderFeesByOrderID(long orderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type OrderFee
 OrderFeeResponse OrderServiceHttpBindingStub.addOrderFee(OrderFee orderFee)
           
 OrderFeeResponse OrderService.addOrderFee(OrderFee orderFee)
           
 OrderFeeResponse[] OrderServiceHttpBindingStub.addOrderFees(OrderFee[] orderFees)
           
 OrderFeeResponse[] OrderService.addOrderFees(OrderFee[] orderFees)
           
 void OrderFeeResponse.setOrderFee(OrderFee orderFee)
          Sets the orderFee value for this OrderFeeResponse.
 

Constructors in com.yahoo.marketing.apt with parameters of type OrderFee
OrderFeeResponse(Error[] errors, java.lang.Boolean operationSucceeded, OrderFee orderFee)