Class ReceiptOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.invoices.ReceiptOperations
- All Implemented Interfaces:
IReceipt,IPartnerComponent<Tuple<String,String>>
public class ReceiptOperations extends BasePartnerComponent<Tuple<String,String>> implements IReceipt
-
Constructor Summary
Constructors Constructor Description ReceiptOperations(IPartner rootPartnerOperations, String invoiceId, String receiptId)Initializes a new instance of the ReceiptOperations class. -
Method Summary
Modifier and Type Method Description IReceiptDocumentsgetDocuments()Gets the available receipt document operations.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
ReceiptOperations
Initializes a new instance of the ReceiptOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.invoiceId- The invoice identifier.receiptId- The receipt identifier.
-
-
Method Details
-
getDocuments
Gets the available receipt document operations.- Specified by:
getDocumentsin interfaceIReceipt- Returns:
- The available receipt document operations.
-