Class BillingProfileOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.profiles.BillingProfileOperations
- All Implemented Interfaces:
IEntityGetOperations<BillingProfile>,IEntityUpdateOperations<BillingProfile>,IPartnerComponent<String>,IPartnerComponentString,IBillingProfile
public class BillingProfileOperations extends BasePartnerComponentString implements IBillingProfile
The partner billing profile operations implementation.
-
Constructor Summary
Constructors Constructor Description BillingProfileOperations(IPartner rootPartnerOperations)Initializes a new instance of the BillingProfileOperations class. -
Method Summary
Modifier and Type Method Description BillingProfileget()Retrieves the partner billing profile.BillingProfileupdate(BillingProfile updatePayload)Updates the partner billing profile.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
-
BillingProfileOperations
Initializes a new instance of the BillingProfileOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Retrieves the partner billing profile.- Specified by:
getin interfaceIBillingProfile- Specified by:
getin interfaceIEntityGetOperations<BillingProfile>- Returns:
- The partner billing profile.
-
update
Updates the partner billing profile.- Specified by:
updatein interfaceIBillingProfile- Specified by:
updatein interfaceIEntityUpdateOperations<BillingProfile>- Parameters:
updatePayload- Payload of the update request.- Returns:
- Updated partner billing profile.
-