BillingProfileOperations Class

Implements

public class BillingProfileOperations extends BasePartnerComponentString implements IBillingProfile

The partner billing profile operations implementation.

Constructor Summary

Constructor Description
BillingProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the BillingProfileOperations class.

Method Summary

Modifier and Type Method and Description
BillingProfile get()

Retrieves the partner billing profile.

BillingProfile update(BillingProfile updatePayload)

Updates the partner billing profile.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

BillingProfileOperations

public BillingProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the BillingProfileOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public BillingProfile get()

Retrieves the partner billing profile.

Returns:

The partner billing profile.

update

public BillingProfile update(BillingProfile updatePayload)

Updates the partner billing profile.

Parameters:

updatePayload - Payload of the update request.

Returns:

Updated partner billing profile.

Applies to