IOffer Interface
Implements
public interface IOffer extends IPartnerComponent<Tuple<String,String>>
Holds operations that can be performed on a single offer.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Offer |
get()
Retrieves an offer for the provided offer identifer, country. |
|
abstract
IOffer |
getAddOns()
Gets the operations for the current offer's add-ons. |
Method Details
get
public abstract Offer get()
Retrieves an offer for the provided offer identifer, country.
Returns:
getAddOns
public abstract IOfferAddOns getAddOns()
Gets the operations for the current offer's add-ons.
Returns: