Uses of Class
com.microsoft.store.partnercenter.models.customers.CustomerBillingProfile
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.customers.profiles | |
| com.microsoft.store.partnercenter.models.customers |
-
Uses of CustomerBillingProfile in com.microsoft.store.partnercenter.customers.profiles
Methods in com.microsoft.store.partnercenter.customers.profiles that return CustomerBillingProfile Modifier and Type Method Description CustomerBillingProfileCustomerBillingProfileOperations. get()Gets the customer's billing profile.CustomerBillingProfileCustomerBillingProfileOperations. update(CustomerBillingProfile billingProfile)Updates the customer's billing profile.Methods in com.microsoft.store.partnercenter.customers.profiles that return types with arguments of type CustomerBillingProfile Modifier and Type Method Description ICustomerProfile<CustomerBillingProfile>CustomerProfileCollectionOperations. getBilling()Gets the customer's billing profile operations.ICustomerProfile<CustomerBillingProfile>ICustomerProfileCollection. getBilling()Gets the customer's billing profile operations.Methods in com.microsoft.store.partnercenter.customers.profiles with parameters of type CustomerBillingProfile Modifier and Type Method Description CustomerBillingProfileCustomerBillingProfileOperations. update(CustomerBillingProfile billingProfile)Updates the customer's billing profile. -
Uses of CustomerBillingProfile in com.microsoft.store.partnercenter.models.customers
Methods in com.microsoft.store.partnercenter.models.customers that return CustomerBillingProfile Modifier and Type Method Description CustomerBillingProfileCustomer. getBillingProfile()Gets the billing profile.Methods in com.microsoft.store.partnercenter.models.customers with parameters of type CustomerBillingProfile Modifier and Type Method Description voidCustomer. setBillingProfile(CustomerBillingProfile value)Sets the billing profile.