Package com.docusign.esign.model
Class BillingChargeResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingChargeResponse
-
- All Implemented Interfaces:
Serializable
public class BillingChargeResponse extends Object implements Serializable
Defines a billing charge response object..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingChargeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingChargeResponseaddBillingChargeItemsItem(BillingCharge billingChargeItemsItem)addBillingChargeItemsItem.BillingChargeResponsebillingChargeItems(List<BillingCharge> billingChargeItems)billingChargeItems.booleanequals(Object o)Compares objects.List<BillingCharge>getBillingChargeItems()Reserved: TBD.inthashCode()Returns the HashCode.voidsetBillingChargeItems(List<BillingCharge> billingChargeItems)setBillingChargeItems.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingChargeItems
public BillingChargeResponse billingChargeItems(List<BillingCharge> billingChargeItems)
billingChargeItems.- Returns:
- BillingChargeResponse
-
addBillingChargeItemsItem
public BillingChargeResponse addBillingChargeItemsItem(BillingCharge billingChargeItemsItem)
addBillingChargeItemsItem.- Returns:
- BillingChargeResponse
-
getBillingChargeItems
public List<BillingCharge> getBillingChargeItems()
Reserved: TBD.- Returns:
- billingChargeItems
-
setBillingChargeItems
public void setBillingChargeItems(List<BillingCharge> billingChargeItems)
setBillingChargeItems.
-
equals
public boolean equals(Object o)
Compares objects.
-
-