ResourceCollection<Offer> |
CategoryOffersCollectionOperations.get() |
Retrieves all the offers in the given offer category.
|
ResourceCollection<Offer> |
CategoryOffersCollectionOperations.get(int offset,
int size) |
Retrieves a subset of offers in the given offer category.
|
ResourceCollection<Offer> |
CustomerOfferCollectionOperations.get() |
Gets the offers available to customer from partner.
|
ResourceCollection<Offer> |
CustomerOfferCollectionOperations.get(int offset,
int size) |
Gets a segment of the offers available to customer from partner..
|
ResourceCollection<Offer> |
ICategoryOffersCollection.get() |
Retrieves all the offers in the given offer category.
|
ResourceCollection<Offer> |
ICategoryOffersCollection.get(int offset,
int size) |
Retrieves a subset of offers in the given offer category.
|
ResourceCollection<Offer> |
ICustomerOfferCollection.get() |
Retrieves all the offers for the provided Customer.
|
ResourceCollection<Offer> |
ICustomerOfferCollection.get(int offset,
int size) |
Retrieves a subset of offers for the provided customer.
|
ResourceCollection<Offer> |
IOfferAddOns.get() |
Retrieves all the offers for the provided country.
|
ResourceCollection<Offer> |
IOfferAddOns.get(int offset,
int size) |
Retrieves a subset of offers for the provided country.
|
ResourceCollection<Offer> |
IOfferCollection.get() |
Retrieves all the offers for the provided country.
|
ResourceCollection<Offer> |
IOfferCollection.get(int offset,
int size) |
Retrieves all the offers for the provided country.
|
ResourceCollection<Offer> |
OfferAddOnsOperations.get() |
Retrieves the add-ons for the given offer.
|
ResourceCollection<Offer> |
OfferAddOnsOperations.get(int offset,
int size) |
Retrieves a subset of offers for the provided country.
|
ResourceCollection<Offer> |
OfferCollectionOperations.get() |
Retrieves all the offers for the provided country.
|
ResourceCollection<Offer> |
OfferCollectionOperations.get(int offset,
int size) |
Retrieves all the offers for the provided country.
|