IOffer Interface

Implements

IPartnerComponent<Tuple<java.lang.String,java.lang.String>>

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 IOfferAddOns 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:

The requested offer for the given country and identifier.

getAddOns

public abstract IOfferAddOns getAddOns()

Gets the operations for the current offer's add-ons.

Returns:

The operations for the current offer's add-ons

Applies to