DocuSign v0.1.2 DocuSign.Model.BillingPaymentsResponse View Source

Defines a billing payments response object.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.BillingPaymentsResponse{
  billingPayments: [Payments],
  nextUri: String.t(),
  previousUri: String.t()
}