Uses of Class
com.docusign.esign.model.BillingChargeResponse
-
Packages that use BillingChargeResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BillingChargeResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return BillingChargeResponse Modifier and Type Method Description BillingChargeResponseAccountsApi. getBillingCharges(String accountId)Gets list of recurring and usage charges for the account..BillingChargeResponseAccountsApi. getBillingCharges(String accountId, AccountsApi.GetBillingChargesOptions options)Gets list of recurring and usage charges for the account..Methods in com.docusign.esign.api that return types with arguments of type BillingChargeResponse Modifier and Type Method Description ApiResponse<BillingChargeResponse>AccountsApi. getBillingChargesWithHttpInfo(String accountId, AccountsApi.GetBillingChargesOptions options)Gets list of recurring and usage charges for the account. -
Uses of BillingChargeResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return BillingChargeResponse Modifier and Type Method Description BillingChargeResponseBillingChargeResponse. addBillingChargeItemsItem(BillingCharge billingChargeItemsItem)addBillingChargeItemsItem.BillingChargeResponseBillingChargeResponse. billingChargeItems(List<BillingCharge> billingChargeItems)billingChargeItems.
-