Class CustomerBillOnDemandUnderscoreCreate

java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.CustomerBillOnDemandUnderscoreCreate

@Deprecated(since="2208") public class CustomerBillOnDemandUnderscoreCreate extends Object
Deprecated.
This resource is used to manage the creation request of a customer bill in real-time (on demand). Skipped properties: id,href
  • Constructor Details

    • CustomerBillOnDemandUnderscoreCreate

      public CustomerBillOnDemandUnderscoreCreate()
      Deprecated.
  • Method Details

    • description

      public CustomerBillOnDemandUnderscoreCreate description(String description)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
      Additional data describing the customer bill on demand request
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • lastUpdate

      public CustomerBillOnDemandUnderscoreCreate lastUpdate(String lastUpdate)
      Deprecated.
    • getLastUpdate

      public String getLastUpdate()
      Deprecated.
      The last date time when the customer bill on demand has been updated
      Returns:
      lastUpdate
    • setLastUpdate

      public void setLastUpdate(String lastUpdate)
      Deprecated.
    • name

      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Friendly name to identify the customer bill on demand request
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • billingAccount

      public CustomerBillOnDemandUnderscoreCreate billingAccount(BillingAccountRef billingAccount)
      Deprecated.
    • getBillingAccount

      @Valid public @Valid BillingAccountRef getBillingAccount()
      Deprecated.
      Get billingAccount
      Returns:
      billingAccount
    • setBillingAccount

      public void setBillingAccount(BillingAccountRef billingAccount)
      Deprecated.
    • customerBill

      public CustomerBillOnDemandUnderscoreCreate customerBill(BillRef customerBill)
      Deprecated.
    • getCustomerBill

      @Valid public @Valid BillRef getCustomerBill()
      Deprecated.
      Get customerBill
      Returns:
      customerBill
    • setCustomerBill

      public void setCustomerBill(BillRef customerBill)
      Deprecated.
    • relatedParty

      public CustomerBillOnDemandUnderscoreCreate relatedParty(RelatedPartyRef relatedParty)
      Deprecated.
    • getRelatedParty

      @Valid public @Valid RelatedPartyRef getRelatedParty()
      Deprecated.
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(RelatedPartyRef relatedParty)
      Deprecated.
    • state

      Deprecated.
    • getState

      @Valid public @Valid StateValues getState()
      Deprecated.
      Get state
      Returns:
      state
    • setState

      public void setState(StateValues state)
      Deprecated.
    • atBaseType

      public CustomerBillOnDemandUnderscoreCreate atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public CustomerBillOnDemandUnderscoreCreate atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object