# `DocuSign.Model.BillingChargeResponse`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.4.0/lib/docusign/model/billing_charge_response.ex#L5)

Defines a billing charge response object.

# `t`

```elixir
@type t() :: %DocuSign.Model.BillingChargeResponse{
  billingChargeItems: [DocuSign.Model.BillingCharge.t()] | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
