Package com.docusign.esign.model
Class BillingEntityInformationResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingEntityInformationResponse
-
- All Implemented Interfaces:
Serializable
public class BillingEntityInformationResponse extends Object implements Serializable
BillingEntityInformationResponse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingEntityInformationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingEntityInformationResponsebillingProfile(String billingProfile)billingProfile.BillingEntityInformationResponseentityName(String entityName)entityName.booleanequals(Object o)Compares objects.BillingEntityInformationResponseexternalEntityId(String externalEntityId)externalEntityId.StringgetBillingProfile().StringgetEntityName().StringgetExternalEntityId().StringgetIsExternallyBilled().inthashCode()Returns the HashCode.BillingEntityInformationResponseisExternallyBilled(String isExternallyBilled)isExternallyBilled.voidsetBillingProfile(String billingProfile)setBillingProfile.voidsetEntityName(String entityName)setEntityName.voidsetExternalEntityId(String externalEntityId)setExternalEntityId.voidsetIsExternallyBilled(String isExternallyBilled)setIsExternallyBilled.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingProfile
public BillingEntityInformationResponse billingProfile(String billingProfile)
billingProfile.- Returns:
- BillingEntityInformationResponse
-
getBillingProfile
public String getBillingProfile()
.- Returns:
- billingProfile
-
setBillingProfile
public void setBillingProfile(String billingProfile)
setBillingProfile.
-
entityName
public BillingEntityInformationResponse entityName(String entityName)
entityName.- Returns:
- BillingEntityInformationResponse
-
getEntityName
public String getEntityName()
.- Returns:
- entityName
-
setEntityName
public void setEntityName(String entityName)
setEntityName.
-
externalEntityId
public BillingEntityInformationResponse externalEntityId(String externalEntityId)
externalEntityId.- Returns:
- BillingEntityInformationResponse
-
getExternalEntityId
public String getExternalEntityId()
.- Returns:
- externalEntityId
-
setExternalEntityId
public void setExternalEntityId(String externalEntityId)
setExternalEntityId.
-
isExternallyBilled
public BillingEntityInformationResponse isExternallyBilled(String isExternallyBilled)
isExternallyBilled.- Returns:
- BillingEntityInformationResponse
-
getIsExternallyBilled
public String getIsExternallyBilled()
.- Returns:
- isExternallyBilled
-
setIsExternallyBilled
public void setIsExternallyBilled(String isExternallyBilled)
setIsExternallyBilled.
-
equals
public boolean equals(Object o)
Compares objects.
-
-