Interface IReceipt
- All Superinterfaces:
IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
ReceiptOperations
public interface IReceipt extends IPartnerComponent<Tuple<String,String>>
Represents the available receipt operations.
-
Method Summary
Modifier and Type Method Description IReceiptDocumentsgetDocuments()Gets the available document operations.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getDocuments
IReceiptDocuments getDocuments()Gets the available document operations.- Returns:
- The available document operations.
-