Interface ICustomerProfileCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerProfileCollectionOperations
public interface ICustomerProfileCollection extends IPartnerComponentString
Represents customer profiles behavior.
-
Method Summary
Modifier and Type Method Description ICustomerProfile<CustomerBillingProfile>getBilling()Gets the customer's billing profile operations.ICustomerReadonlyProfile<CustomerCompanyProfile>getCompany()Gets the customer's company profile operations.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getBilling
ICustomerProfile<CustomerBillingProfile> getBilling()Gets the customer's billing profile operations.- Returns:
- The customer's billing profile operations.
-
getCompany
ICustomerReadonlyProfile<CustomerCompanyProfile> getCompany()Gets the customer's company profile operations.- Returns:
- The customer's company profile operations.
-