Interface IInvoiceStatement
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
InvoiceStatementOperations
public interface IInvoiceStatement extends IPartnerComponentString
Represents the operations available to an invoice statement.
-
Method Summary
Modifier and Type Method Description InputStreamget()Retrieves the invoice statement.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
InputStream get()Retrieves the invoice statement. This operation is currently only supported for user based credentials.- Returns:
- The invoice statement.
-