Interface IReceiptStatement
- All Superinterfaces:
IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
ReceiptStatementOperations
public interface IReceiptStatement extends IPartnerComponent<Tuple<String,String>>
Represents the operations available to an invoice receipt 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.
-