Interface IBillingProfile
- All Superinterfaces:
IEntityGetOperations<BillingProfile>,IEntityUpdateOperations<BillingProfile>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
BillingProfileOperations
public interface IBillingProfile extends IPartnerComponentString, IEntityGetOperations<BillingProfile>, IEntityUpdateOperations<BillingProfile>
Encapsulates behavior of a partner billing profile.
-
Method Summary
Modifier and Type Method Description BillingProfileget()Retrieves a partner's billing profile.BillingProfileupdate(BillingProfile billingProfile)Updates the partner's billing profile.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
BillingProfile get()Retrieves a partner's billing profile.- Specified by:
getin interfaceIEntityGetOperations<BillingProfile>- Returns:
- The billing profile.
-
update
Updates the partner's billing profile.- Specified by:
updatein interfaceIEntityUpdateOperations<BillingProfile>- Parameters:
billingProfile- The billing profile information.- Returns:
- The updated billing profile.
-