Class BillingAccountRef

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BillingAccountRef

public class BillingAccountRef extends Object
A BillingAccount is a detailed description of a bill structure
  • Constructor Details

    • BillingAccountRef

      public BillingAccountRef()
  • Method Details

    • id

      public BillingAccountRef id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Unique identier of the billing account
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public BillingAccountRef href(String href)
    • getHref

      public String getHref()
      Reference of the billing account
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public BillingAccountRef name(String name)
    • getName

      public String getName()
      Name of the billing account
      Returns:
      name
    • setName

      public void setName(String name)
    • atReferredType

      public BillingAccountRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      Indicates the (class) type of the billing account
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object