Class BillingEntityInformationResponse


  • public class BillingEntityInformationResponse
    extends java.lang.Object
    BillingEntityInformationResponse.
    • Constructor Detail

      • BillingEntityInformationResponse

        public BillingEntityInformationResponse()
    • Method Detail

      • billingProfile

        public BillingEntityInformationResponse billingProfile​(java.lang.String billingProfile)
        billingProfile.
        Returns:
        BillingEntityInformationResponse
      • getBillingProfile

        public java.lang.String getBillingProfile()
        .
        Returns:
        billingProfile
      • setBillingProfile

        public void setBillingProfile​(java.lang.String billingProfile)
        setBillingProfile.
      • getEntityName

        public java.lang.String getEntityName()
        .
        Returns:
        entityName
      • setEntityName

        public void setEntityName​(java.lang.String entityName)
        setEntityName.
      • externalEntityId

        public BillingEntityInformationResponse externalEntityId​(java.lang.String externalEntityId)
        externalEntityId.
        Returns:
        BillingEntityInformationResponse
      • getExternalEntityId

        public java.lang.String getExternalEntityId()
        .
        Returns:
        externalEntityId
      • setExternalEntityId

        public void setExternalEntityId​(java.lang.String externalEntityId)
        setExternalEntityId.
      • isExternallyBilled

        public BillingEntityInformationResponse isExternallyBilled​(java.lang.String isExternallyBilled)
        isExternallyBilled.
        Returns:
        BillingEntityInformationResponse
      • getIsExternallyBilled

        public java.lang.String getIsExternallyBilled()
        .
        Returns:
        isExternallyBilled
      • setIsExternallyBilled

        public void setIsExternallyBilled​(java.lang.String isExternallyBilled)
        setIsExternallyBilled.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object