default CreateBillingViewResponse |
BillingClient.createBillingView(Consumer<CreateBillingViewRequest.Builder> createBillingViewRequest) |
Creates a billing view with the specified billing view attributes.
|
default CreateBillingViewResponse |
BillingClient.createBillingView(CreateBillingViewRequest createBillingViewRequest) |
Creates a billing view with the specified billing view attributes.
|
default DeleteBillingViewResponse |
BillingClient.deleteBillingView(Consumer<DeleteBillingViewRequest.Builder> deleteBillingViewRequest) |
Deletes the specified billing view.
|
default DeleteBillingViewResponse |
BillingClient.deleteBillingView(DeleteBillingViewRequest deleteBillingViewRequest) |
Deletes the specified billing view.
|
default UpdateBillingViewResponse |
BillingClient.updateBillingView(Consumer<UpdateBillingViewRequest.Builder> updateBillingViewRequest) |
An API to update the attributes of the billing view.
|
default UpdateBillingViewResponse |
BillingClient.updateBillingView(UpdateBillingViewRequest updateBillingViewRequest) |
An API to update the attributes of the billing view.
|