Class ReceiptCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.invoices.ReceiptCollectionOperations
- All Implemented Interfaces:
IEntitySelector<String,IReceipt>,IReceiptCollection,IPartnerComponent<String>,IPartnerComponentString
public class ReceiptCollectionOperations extends BasePartnerComponentString implements IReceiptCollection
-
Constructor Summary
Constructors Constructor Description ReceiptCollectionOperations(IPartner rootPartnerOperations, String invoiceId)Initializes a new instance of the ReceiptCollectionOperations class. -
Method Summary
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
-
ReceiptCollectionOperations
Initializes a new instance of the ReceiptCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.invoiceId- The invoice identifier.
-
-
Method Details
-
byId
Retrieves a specific Invoice receipt behavior.- Specified by:
byIdin interfaceIEntitySelector<String,IReceipt>- Parameters:
id- The receipt identifier.- Returns:
- The available receipt operations
-