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

Packages that use Discount
com.yahoo.marketing.apt   
 

Uses of Discount in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Discount
private  Discount[] Placement.discounts
           
 

Methods in com.yahoo.marketing.apt that return Discount
 Discount[] Placement.getDiscounts()
          Gets the discounts value for this Placement.
 Discount[] OrderServiceHttpBindingStub.getDiscounts(long orderID)
           
 Discount[] OrderService.getDiscounts(long orderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type Discount
 void Placement.setDiscounts(Discount[] discounts)
          Sets the discounts value for this Placement.
 BasicResponse OrderServiceHttpBindingStub.setDiscounts(long orderID, Discount[] orderDiscounts)
           
 BasicResponse OrderService.setDiscounts(long orderID, Discount[] orderDiscounts)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type Discount
Placement(java.lang.Long ID, java.lang.String accountID, java.lang.Long adGroupID, java.util.Calendar createTimestamp, Discount[] discounts, java.util.Calendar endDate, PlacementGuaranteedSettings guaranteedSettings, java.util.Calendar lastUpdateTimestamp, PlacementNonGuaranteedSettings nonGuaranteedSettings, java.util.Calendar startDate, PlacementStatus status, java.lang.Long transferedFromID, java.lang.Long transferedToID)