Class AppliedCustomerBillingRate

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

@Deprecated(since="2208") public class AppliedCustomerBillingRate extends Object
Deprecated.
A customer bill displays applied billing rates created before or during the billing process.
  • Constructor Details

    • AppliedCustomerBillingRate

      public AppliedCustomerBillingRate()
      Deprecated.
  • Method Details

    • id

      Deprecated.
    • getId

      @NotNull public @NotNull String getId()
      Deprecated.
      Unique identifier of the customer applied billing rate
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public AppliedCustomerBillingRate href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Reference of the customer applied billing rate
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • date

      public AppliedCustomerBillingRate date(Date date)
      Deprecated.
    • getDate

      @Valid public @Valid Date getDate()
      Deprecated.
      Creation date of the applied billing rate
      Returns:
      date
    • setDate

      public void setDate(Date date)
      Deprecated.
    • description

      public AppliedCustomerBillingRate description(String description)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
      Additional data to be displayed on the bill for this customer applied billing rate
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • isBilled

      public AppliedCustomerBillingRate isBilled(Boolean isBilled)
      Deprecated.
    • isIsBilled

      public Boolean isIsBilled()
      Deprecated.
      If isBilled = true then bill should be provided, if false then billingAccount should be provided
      Returns:
      isBilled
    • setIsBilled

      public void setIsBilled(Boolean isBilled)
      Deprecated.
    • name

      public AppliedCustomerBillingRate name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Name of the customer applied billing rate
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • type

      public AppliedCustomerBillingRate type(String type)
      Deprecated.
    • getType

      public String getType()
      Deprecated.
      Type of the applied billing rate : appliedBillingCharge (any kind of charge except taxation charges : recurringCharge, oneTimeCharge, usageCharge), appliedBillingCredit (any kind of credit : rebate or productAlteration) or appliedPenaltyCharge (penalty charges such as late fees, payment rejection fees,...)
      Returns:
      type
    • setType

      public void setType(String type)
      Deprecated.
    • appliedTax

      public AppliedCustomerBillingRate appliedTax(List<AppliedBillingTaxRate> appliedTax)
      Deprecated.
    • addAppliedTaxItem

      public AppliedCustomerBillingRate addAppliedTaxItem(AppliedBillingTaxRate appliedTaxItem)
      Deprecated.
    • getAppliedTax

      @Valid public @Valid List<AppliedBillingTaxRate> getAppliedTax()
      Deprecated.
      Get appliedTax
      Returns:
      appliedTax
    • setAppliedTax

      public void setAppliedTax(List<AppliedBillingTaxRate> appliedTax)
      Deprecated.
    • bill

      public AppliedCustomerBillingRate bill(BillRef bill)
      Deprecated.
    • getBill

      @Valid public @Valid BillRef getBill()
      Deprecated.
      Get bill
      Returns:
      bill
    • setBill

      public void setBill(BillRef bill)
      Deprecated.
    • billingAccount

      public AppliedCustomerBillingRate billingAccount(BillingAccountRef billingAccount)
      Deprecated.
    • getBillingAccount

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

      public void setBillingAccount(BillingAccountRef billingAccount)
      Deprecated.
    • characteristic

      public AppliedCustomerBillingRate characteristic(List<AppliedBillingRateCharacteristic> characteristic)
      Deprecated.
    • addCharacteristicItem

      public AppliedCustomerBillingRate addCharacteristicItem(AppliedBillingRateCharacteristic characteristicItem)
      Deprecated.
    • getCharacteristic

      @Valid public @Valid List<AppliedBillingRateCharacteristic> getCharacteristic()
      Deprecated.
      Get characteristic
      Returns:
      characteristic
    • setCharacteristic

      public void setCharacteristic(List<AppliedBillingRateCharacteristic> characteristic)
      Deprecated.
    • periodCoverage

      public AppliedCustomerBillingRate periodCoverage(TimePeriod periodCoverage)
      Deprecated.
    • getPeriodCoverage

      @Valid public @Valid TimePeriod getPeriodCoverage()
      Deprecated.
      Get periodCoverage
      Returns:
      periodCoverage
    • setPeriodCoverage

      public void setPeriodCoverage(TimePeriod periodCoverage)
      Deprecated.
    • product

      public AppliedCustomerBillingRate product(ProductRef product)
      Deprecated.
    • getProduct

      @Valid public @Valid ProductRef getProduct()
      Deprecated.
      Get product
      Returns:
      product
    • setProduct

      public void setProduct(ProductRef product)
      Deprecated.
    • taxExcludedAmount

      public AppliedCustomerBillingRate taxExcludedAmount(Money taxExcludedAmount)
      Deprecated.
    • getTaxExcludedAmount

      @Valid public @Valid Money getTaxExcludedAmount()
      Deprecated.
      Get taxExcludedAmount
      Returns:
      taxExcludedAmount
    • setTaxExcludedAmount

      public void setTaxExcludedAmount(Money taxExcludedAmount)
      Deprecated.
    • taxIncludedAmount

      public AppliedCustomerBillingRate taxIncludedAmount(Money taxIncludedAmount)
      Deprecated.
    • getTaxIncludedAmount

      @Valid public @Valid Money getTaxIncludedAmount()
      Deprecated.
      Get taxIncludedAmount
      Returns:
      taxIncludedAmount
    • setTaxIncludedAmount

      public void setTaxIncludedAmount(Money taxIncludedAmount)
      Deprecated.
    • atBaseType

      public AppliedCustomerBillingRate 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 AppliedCustomerBillingRate 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

      public AppliedCustomerBillingRate atType(String 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