Package com.docusign.esign.model
Class BillingChargeResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingChargeResponse
-
public class BillingChargeResponse extends java.lang.ObjectDefines a billing charge response object..
-
-
Constructor Summary
Constructors Constructor Description BillingChargeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingChargeResponseaddBillingChargeItemsItem(BillingCharge billingChargeItemsItem)addBillingChargeItemsItem.BillingChargeResponsebillingChargeItems(java.util.List<BillingCharge> billingChargeItems)billingChargeItems.booleanequals(java.lang.Object o)Compares objects.java.util.List<BillingCharge>getBillingChargeItems()Reserved: TBD.inthashCode()Returns the HashCode.voidsetBillingChargeItems(java.util.List<BillingCharge> billingChargeItems)setBillingChargeItems.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingChargeItems
public BillingChargeResponse billingChargeItems(java.util.List<BillingCharge> billingChargeItems)
billingChargeItems.- Returns:
- BillingChargeResponse
-
addBillingChargeItemsItem
public BillingChargeResponse addBillingChargeItemsItem(BillingCharge billingChargeItemsItem)
addBillingChargeItemsItem.- Returns:
- BillingChargeResponse
-
getBillingChargeItems
public java.util.List<BillingCharge> getBillingChargeItems()
Reserved: TBD.- Returns:
- billingChargeItems
-
setBillingChargeItems
public void setBillingChargeItems(java.util.List<BillingCharge> billingChargeItems)
setBillingChargeItems.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-