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