DocuSign v0.2.9 DocuSign.Model.BillingPaymentsResponse View Source

Defines a billing payments response object.

Link to this section Summary

Link to this section Types

Specs

t() :: %DocuSign.Model.BillingPaymentsResponse{
  billingPayments: [Payments],
  nextUri: String.t(),
  previousUri: String.t()
}