module:model/BillingCharge

module:model/BillingCharge

new module:model/BillingCharge()

Source:

Constructs a new BillingCharge.
Contains information about a billing charge.

Members

(inner) allowedQuantity :String

Source:

Reserved: TBD

Type:
  • String

(inner) blocked :String

Source:

Reserved: TBD

Type:
  • String

(inner) chargeName :String

Source:

Provides information on what services the charge item is for. The following table provides a description of the different chargeName values available at this time. | chargeName | Description | | --- | --- | | id_check | ID Check Charge | | in_person_signing | In Person Signing charge | | envelopes Included | Sent Envelopes for the account | | age_verify | Age verification check | | ofac | OFAC Check | | id_confirm | ID confirmation check | | student_authentication | STAN PIN authentication check | | wet_sign_fax | Pages for returning signed documents by fax | | attachment_fax | Pages for returning attachments by fax | | phone_authentication | Phone authentication charge | | powerforms | PowerForm envelopes sent | | signer_payments | Payment processing charge | | outbound_fax | Send by fax charge | | bulk_recipient_envelopes | Bulk Recipient Envelopes sent | | sms_authentications | SMS authentication charge | | saml_authentications | SAML authentication charge | | express_signer_certificate | DocuSign Express Certificate charge | | personal_signer_certificate | Personal Signer Certificate charge | | safe_certificate | SAFE BioPharma Signer Certificate charge | | seats | Included active seats charge | | open_trust_certificate | OpenTrust Signer Certificate charge |

Type:
  • String

(inner) chargeType :String

Source:

Reserved: TBD

Type:
  • String

(inner) chargeUnitOfMeasure :String

Source:

Reserved: TBD

Type:
  • String

(inner) discounts :Array.<module:model/BillingDiscount>

Source:
Type:

(inner) firstEffectiveDate :String

Source:
Type:
  • String

(inner) includedQuantity :String

Source:
Type:
  • String

(inner) incrementalQuantity :String

Source:

Reserved: TBD

Type:
  • String

(inner) lastEffectiveDate :String

Source:
Type:
  • String

(inner) prices :Array.<module:model/BillingPrice>

Source:
Type:

(inner) unitPrice :String

Source:

Reserved: TBD

Type:
  • String

(inner) usedQuantity :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/BillingCharge}

Source:

Constructs a BillingCharge from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/BillingCharge

Optional instance to populate.

Returns:

The populated BillingCharge instance.

Type
module:model/BillingCharge