DocuSign v0.2.0 DocuSign.Model.BillingCharge View Source
Contains information about a billing charge.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.BillingCharge{
allowedQuantity: String.t(),
blocked: String.t(),
chargeName: String.t(),
chargeType: String.t(),
chargeUnitOfMeasure: String.t(),
discounts: [BillingDiscount],
firstEffectiveDate: String.t(),
includedQuantity: String.t(),
incrementalQuantity: String.t(),
lastEffectiveDate: String.t(),
prices: [BillingPrice],
unitPrice: String.t(),
usedQuantity: String.t()
}
t() :: %DocuSign.Model.BillingCharge{ allowedQuantity: String.t(), blocked: String.t(), chargeName: String.t(), chargeType: String.t(), chargeUnitOfMeasure: String.t(), discounts: [BillingDiscount], firstEffectiveDate: String.t(), includedQuantity: String.t(), incrementalQuantity: String.t(), lastEffectiveDate: String.t(), prices: [BillingPrice], unitPrice: String.t(), usedQuantity: String.t() }