CustomerBillingProfileOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. customers. profiles. CustomerBillingProfileOperations
- com.
- com.
- com.
Implements
public class CustomerBillingProfileOperations extends BasePartnerComponentString implements ICustomerProfile<CustomerBillingProfile>
Implements the customer billing profile operations.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerBillingProfileOperations(IPartner rootPartnerOperations, String customerId) |
Initializes a new instance of the Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Customer |
get()
Gets the customer's billing profile. |
|
Customer |
update(CustomerBillingProfile billingProfile)
Updates the customer's billing profile. |
Inherited Members
Constructor Details
CustomerBillingProfileOperations
public CustomerBillingProfileOperations(IPartner rootPartnerOperations, String customerId)
Initializes a new instance of the CustomerBillingProfileOperations class.
Parameters:
Method Details
get
public CustomerBillingProfile get()
Gets the customer's billing profile.
Returns:
update
public CustomerBillingProfile update(CustomerBillingProfile billingProfile)
Updates the customer's billing profile.
Parameters:
Returns: