Class ReceiptStatementOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.invoices.ReceiptStatementOperations
- All Implemented Interfaces:
IReceiptStatement,IPartnerComponent<Tuple<String,String>>
public class ReceiptStatementOperations extends BasePartnerComponent<Tuple<String,String>> implements IReceiptStatement
-
Constructor Summary
Constructors Constructor Description ReceiptStatementOperations(IPartner rootPartnerOperations, String invoiceId, String receiptId)Initializes a new instance of the ReceiptStatementOperations class. -
Method Summary
Modifier and Type Method Description InputStreamget()Retrieves the invoice statement.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
-
ReceiptStatementOperations
public ReceiptStatementOperations(IPartner rootPartnerOperations, String invoiceId, String receiptId)Initializes a new instance of the ReceiptStatementOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.invoiceId- The invoice identifier.receiptId- The receipt identifier.
-
-
Method Details
-
get
Retrieves the invoice statement. This operation is currently only supported for user based credentials.- Specified by:
getin interfaceIReceiptStatement- Returns:
- The invoice statement.
-