@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BillingCharge extends Object
| Constructor and Description |
|---|
BillingCharge() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAllowedQuantity()
Reserved: TBD
|
String |
getBlocked()
Reserved: TBD
|
String |
getChargeName()
Provides information on what services the charge item is for.\n\nThe following table provides a description of the different chargeName values available at this time.\n\n| chargeName | Description |\n| --- | --- |\n| id_check | ID Check Charge |\n| in_person_signing | In Person Signing charge |\n| envelopes Included | Sent Envelopes for the account |\n| age_verify | Age verification check |\n| ofac | OFAC Check |\n| id_confirm | ID confirmation check |\n| student_authentication | STAN PIN authentication check |\n| wet_sign_fax | Pages for returning signed documents by fax |\n| attachment_fax | Pages for returning attachments by fax |\n| phone_authentication | Phone authentication charge |\n| powerforms | PowerForm envelopes sent |\n| signer_payments | Payment processing charge |\n| outbound_fax | Send by fax charge |\n| bulk_recipient_envelopes | Bulk Recipient Envelopes sent |\n| sms_authentications | SMS authentication charge |\n| saml_authentications | SAML authentication charge |\n| express_signer_certificate | DocuSign Express Certificate charge |\n| personal_signer_certificate | Personal Signer Certificate charge |\n| safe_certificate | SAFE BioPharma Signer Certificate charge |\n| seats | Included active seats charge |\n| open_trust_certificate | OpenTrust Signer Certificate charge |
|
String |
getChargeType()
Reserved: TBD
|
String |
getChargeUnitOfMeasure()
Reserved: TBD
|
List<BillingDiscount> |
getDiscounts() |
String |
getFirstEffectiveDate() |
String |
getIncludedQuantity() |
String |
getIncrementalQuantity()
Reserved: TBD
|
String |
getLastEffectiveDate() |
List<BillingPrice> |
getPrices() |
String |
getUnitPrice()
Reserved: TBD
|
String |
getUsedQuantity() |
int |
hashCode() |
void |
setAllowedQuantity(String allowedQuantity) |
void |
setBlocked(String blocked) |
void |
setChargeName(String chargeName) |
void |
setChargeType(String chargeType) |
void |
setChargeUnitOfMeasure(String chargeUnitOfMeasure) |
void |
setDiscounts(List<BillingDiscount> discounts) |
void |
setFirstEffectiveDate(String firstEffectiveDate) |
void |
setIncludedQuantity(String includedQuantity) |
void |
setIncrementalQuantity(String incrementalQuantity) |
void |
setLastEffectiveDate(String lastEffectiveDate) |
void |
setPrices(List<BillingPrice> prices) |
void |
setUnitPrice(String unitPrice) |
void |
setUsedQuantity(String usedQuantity) |
String |
toString() |
public String getAllowedQuantity()
public void setAllowedQuantity(String allowedQuantity)
public String getBlocked()
public void setBlocked(String blocked)
public String getChargeName()
public void setChargeName(String chargeName)
public String getChargeType()
public void setChargeType(String chargeType)
public String getChargeUnitOfMeasure()
public void setChargeUnitOfMeasure(String chargeUnitOfMeasure)
public List<BillingDiscount> getDiscounts()
public void setDiscounts(List<BillingDiscount> discounts)
public String getFirstEffectiveDate()
public void setFirstEffectiveDate(String firstEffectiveDate)
public String getIncludedQuantity()
public void setIncludedQuantity(String includedQuantity)
public String getIncrementalQuantity()
public void setIncrementalQuantity(String incrementalQuantity)
public String getLastEffectiveDate()
public void setLastEffectiveDate(String lastEffectiveDate)
public List<BillingPrice> getPrices()
public void setPrices(List<BillingPrice> prices)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
public String getUsedQuantity()
public void setUsedQuantity(String usedQuantity)
Copyright © 2017. All rights reserved.