Class AppliedCustomerBillingRate
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.AppliedCustomerBillingRate
Deprecated.
A customer bill displays applied billing rates created before or during the billing process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAppliedTaxItem(AppliedBillingTaxRate appliedTaxItem) Deprecated.addCharacteristicItem(AppliedBillingRateCharacteristic characteristicItem) Deprecated.appliedTax(List<AppliedBillingTaxRate> appliedTax) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.billingAccount(BillingAccountRef billingAccount) Deprecated.characteristic(List<AppliedBillingRateCharacteristic> characteristic) Deprecated.Deprecated.description(String description) Deprecated.booleanDeprecated.@Valid List<AppliedBillingTaxRate>Deprecated.Get appliedTaxDeprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity name@Valid BillRefgetBill()Deprecated.Get bill@Valid BillingAccountRefDeprecated.Get billingAccount@Valid List<AppliedBillingRateCharacteristic>Deprecated.Get characteristic@Valid DategetDate()Deprecated.Creation date of the applied billing rateDeprecated.Additional data to be displayed on the bill for this customer applied billing rategetHref()Deprecated.Reference of the customer applied billing rate@NotNull StringgetId()Deprecated.Unique identifier of the customer applied billing rategetName()Deprecated.Name of the customer applied billing rate@Valid TimePeriodDeprecated.Get periodCoverage@Valid ProductRefDeprecated.Get product@Valid MoneyDeprecated.Get taxExcludedAmount@Valid MoneyDeprecated.Get taxIncludedAmountgetType()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,...)inthashCode()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.If isBilled = true then bill should be provided, if false then billingAccount should be providedDeprecated.periodCoverage(TimePeriod periodCoverage) Deprecated.product(ProductRef product) Deprecated.voidsetAppliedTax(List<AppliedBillingTaxRate> appliedTax) Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidDeprecated.voidsetBillingAccount(BillingAccountRef billingAccount) Deprecated.voidsetCharacteristic(List<AppliedBillingRateCharacteristic> characteristic) Deprecated.voidDeprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidDeprecated.voidsetIsBilled(Boolean isBilled) Deprecated.voidDeprecated.voidsetPeriodCoverage(TimePeriod periodCoverage) Deprecated.voidsetProduct(ProductRef product) Deprecated.voidsetTaxExcludedAmount(Money taxExcludedAmount) Deprecated.voidsetTaxIncludedAmount(Money taxIncludedAmount) Deprecated.voidDeprecated.taxExcludedAmount(Money taxExcludedAmount) Deprecated.taxIncludedAmount(Money taxIncludedAmount) Deprecated.toString()Deprecated.Deprecated.
-
Constructor Details
-
AppliedCustomerBillingRate
public AppliedCustomerBillingRate()Deprecated.
-
-
Method Details
-
id
Deprecated. -
getId
Deprecated.Unique identifier of the customer applied billing rate- Returns:
- id
-
setId
Deprecated. -
href
Deprecated. -
getHref
Deprecated.Reference of the customer applied billing rate- Returns:
- href
-
setHref
Deprecated. -
date
Deprecated. -
getDate
Deprecated.Creation date of the applied billing rate- Returns:
- date
-
setDate
Deprecated. -
description
Deprecated. -
getDescription
Deprecated.Additional data to be displayed on the bill for this customer applied billing rate- Returns:
- description
-
setDescription
Deprecated. -
isBilled
Deprecated. -
isIsBilled
Deprecated.If isBilled = true then bill should be provided, if false then billingAccount should be provided- Returns:
- isBilled
-
setIsBilled
Deprecated. -
name
Deprecated. -
getName
Deprecated.Name of the customer applied billing rate- Returns:
- name
-
setName
Deprecated. -
type
Deprecated. -
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
Deprecated. -
appliedTax
Deprecated. -
addAppliedTaxItem
Deprecated. -
getAppliedTax
Deprecated.Get appliedTax- Returns:
- appliedTax
-
setAppliedTax
Deprecated. -
bill
Deprecated. -
getBill
Deprecated.Get bill- Returns:
- bill
-
setBill
Deprecated. -
billingAccount
Deprecated. -
getBillingAccount
Deprecated.Get billingAccount- Returns:
- billingAccount
-
setBillingAccount
Deprecated. -
characteristic
public AppliedCustomerBillingRate characteristic(List<AppliedBillingRateCharacteristic> characteristic) Deprecated. -
addCharacteristicItem
public AppliedCustomerBillingRate addCharacteristicItem(AppliedBillingRateCharacteristic characteristicItem) Deprecated. -
getCharacteristic
Deprecated.Get characteristic- Returns:
- characteristic
-
setCharacteristic
Deprecated. -
periodCoverage
Deprecated. -
getPeriodCoverage
Deprecated.Get periodCoverage- Returns:
- periodCoverage
-
setPeriodCoverage
Deprecated. -
product
Deprecated. -
getProduct
Deprecated.Get product- Returns:
- product
-
setProduct
Deprecated. -
taxExcludedAmount
Deprecated. -
getTaxExcludedAmount
Deprecated.Get taxExcludedAmount- Returns:
- taxExcludedAmount
-
setTaxExcludedAmount
Deprecated. -
taxIncludedAmount
Deprecated. -
getTaxIncludedAmount
Deprecated.Get taxIncludedAmount- Returns:
- taxIncludedAmount
-
setTaxIncludedAmount
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-