Interface IOffer

All Superinterfaces:
IPartnerComponent<Tuple<String,​String>>
All Known Implementing Classes:
OfferOperations

public interface IOffer
extends IPartnerComponent<Tuple<String,​String>>
Holds operations that can be performed on a single offer.
  • Method Summary

    Modifier and Type Method Description
    Offer get()
    Retrieves an offer for the provided offer identifer, country.
    IOfferAddOns getAddOns()
    Gets the operations for the current offer's add-ons.

    Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent

    getContext, getPartner
  • Method Details

    • getAddOns

      IOfferAddOns getAddOns()
      Gets the operations for the current offer's add-ons.
      Returns:
      The operations for the current offer's add-ons
    • get

      Offer get()
      Retrieves an offer for the provided offer identifer, country.
      Returns:
      The requested offer for the given country and identifier.