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

# `t`

```elixir
@type t() :: %DocuSign.Model.PaymentProcessorInformation{
  address: DocuSign.Model.AddressInformation.t() | nil,
  billingAgreementId: String.t() | nil,
  email: String.t() | nil
}
```

---

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