DocuSign v0.2.4 DocuSign.Model.PaymentLineItem View Source

A line item describes details about an individual line item in a payment request.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %DocuSign.Model.PaymentLineItem{
  amountReference: String.t(),
  description: String.t(),
  itemCode: String.t(),
  name: String.t()
}