Class BillingAccountRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BillingAccountRef
A BillingAccount is a detailed description of a bill structure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) booleanIndicates the (class) type of the billing accountgetHref()Reference of the billing account@NotNull StringgetId()Unique identier of the billing accountgetName()Name of the billing accountinthashCode()voidsetAtReferredType(String atReferredType) voidvoidvoidtoString()
-
Constructor Details
-
BillingAccountRef
public BillingAccountRef()
-
-
Method Details
-
id
-
getId
Unique identier of the billing account- Returns:
- id
-
setId
-
href
-
getHref
Reference of the billing account- Returns:
- href
-
setHref
-
name
-
getName
Name of the billing account- Returns:
- name
-
setName
-
atReferredType
-
getAtReferredType
Indicates the (class) type of the billing account- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-