Class CustomizedOffers.CustomizedOffer

java.lang.Object
com.oracle.communications.brm.cc.model.CustomizedOffers.CustomizedOffer
All Implemented Interfaces:
Serializable
Enclosing class:
CustomizedOffers

public static class CustomizedOffers.CustomizedOffer extends Object implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}id"/>
         <element name="purchasedProductRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="cycleDuration" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="tieID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tiedOffer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="recurringFee" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="recurringFeeOverriden" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="recurringDiscount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="recurringDiscountPercent" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="purchaseFee" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="purchaseFeeOverriden" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="purchaseDiscount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="purchaseDiscountPercent" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="usageDiscount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="usageStartT" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="usageEndT" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="purchaseStartT" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="purchaseEndT" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="cycleStartT" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="cycleEndT" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="gracePeriodUnit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="gracePeriodOffset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="renewalMode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="terminationFee" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}overriddenCharges" maxOccurs="unbounded"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="planName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dealName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serviceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dealRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="serviceRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="planRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="packageId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="purchasedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="contractName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="contractStartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="contractEndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="contractRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="termRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="cycleChargeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cycleUnit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cycleFrequency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cycleAlignment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="inAdvanceBillingUnit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="inAdvanceBillingFrequency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • id

      protected String id
      The ID.
    • purchasedProductRef

      protected ResourceRef purchasedProductRef
    • cycleDuration

      protected int cycleDuration
      The accounting cycle duration.
    • tieID

      protected String tieID
    • tiedOffer

      protected Integer tiedOffer
    • recurringFee

      protected BigDecimal recurringFee
      The amount of the recurring fee.
    • recurringFeeOverriden

      protected BigDecimal recurringFeeOverriden
      The amount by which to override the recurring fee.
    • recurringDiscount

      protected BigDecimal recurringDiscount
      The fixed amount of the recurring discount.
    • recurringDiscountPercent

      protected BigDecimal recurringDiscountPercent
      The percentage amount of the recurring discount.
    • purchaseFee

      protected BigDecimal purchaseFee
      The purchase fee amount.
    • purchaseFeeOverriden

      protected BigDecimal purchaseFeeOverriden
      The amount by which to override the purchase fee.
    • purchaseDiscount

      protected BigDecimal purchaseDiscount
      The amount of the purchase fee discount.
    • purchaseDiscountPercent

      protected BigDecimal purchaseDiscountPercent
      The percentage amount by which to discount the purchase fee.
    • usageDiscount

      protected BigDecimal usageDiscount
      The amount of the usage discount.
    • usageStartT

      protected Calendar usageStartT
      The date and time the usage changes start.
    • usageEndT

      protected Calendar usageEndT
      The date and time the usage changes end.
    • purchaseStartT

      protected Calendar purchaseStartT
      The date and time the purchase changes start.
    • purchaseEndT

      protected Calendar purchaseEndT
      The date and time the purchase changes end.
    • cycleStartT

      protected Calendar cycleStartT
      The date and time the cycle changes start.
    • cycleEndT

      protected Calendar cycleEndT
      The date and time the cycle changes end.
    • gracePeriodUnit

      protected Integer gracePeriodUnit
      The unit the grace period is measured in.
    • gracePeriodOffset

      protected Integer gracePeriodOffset
      The number to offset the grace period by.
    • renewalMode

      protected Integer renewalMode
      How to handle the offer's cycle alignment when its bundle is reactivated. Possible values are:
      • 0: Cycle aligns with the original billing date or configured specific day of the month.
      • 1: Cycle aligns with the reactivation date.
    • terminationFee

      protected BigDecimal terminationFee
      The amount of the early termination fee.
    • overriddenCharges

      protected List<OverriddenCharges> overriddenCharges
      The list of overridden charges.
    • name

      protected String name
      The offer's name.
    • planName

      protected String planName
      The name of the package that contains the offer.
    • dealName

      protected String dealName
      The name of the deal that contains the offer.
    • serviceName

      protected String serviceName
      The name of the service that contains the offer.
    • serviceType

      protected String serviceType
      The type of the service that contains the offer.
    • dealRef

      protected ResourceRef dealRef
      A reference to the deal.
    • serviceRef

      protected ResourceRef serviceRef
      A reference to the service.
    • planRef

      protected ResourceRef planRef
      A reference to the plan.
    • description

      protected String description
      The offer's description.
    • status

      protected String status
      The offer's status.
    • quantity

      protected BigDecimal quantity
      The quantity of offer.
    • packageId

      protected int packageId
      The package id of offer.
    • purchasedDate

      protected Calendar purchasedDate
      The date on which the offer is purchased.
    • contractName

      protected String contractName
      The name of the contract.
    • contractStartDate

      protected Calendar contractStartDate
      The start date for the contract.
    • contractEndDate

      protected Calendar contractEndDate
      The end date for the contract.
    • contractRef

      protected ResourceRef contractRef
    • termRef

      protected ResourceRef termRef
    • cycleChargeType

      protected String cycleChargeType
      Cycle Charge type.
    • cycleUnit

      protected String cycleUnit
      cycle unit
    • cycleFrequency

      protected String cycleFrequency
      cycle frequency
    • cycleAlignment

      protected String cycleAlignment
      cycle alignment.
    • inAdvanceBillingUnit

      protected String inAdvanceBillingUnit
      in advance billing unit
    • inAdvanceBillingFrequency

      protected String inAdvanceBillingFrequency
      in advance billing frequency.
  • Constructor Details

    • CustomizedOffer

      public CustomizedOffer()
  • Method Details

    • getId

      public String getId()
      The ID.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPurchasedProductRef

      public ResourceRef getPurchasedProductRef()
      Gets the value of the purchasedProductRef property.
      Returns:
      possible object is ResourceRef
    • setPurchasedProductRef

      public void setPurchasedProductRef(ResourceRef value)
      Sets the value of the purchasedProductRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getCycleDuration

      public int getCycleDuration()
      The accounting cycle duration.
    • setCycleDuration

      public void setCycleDuration(int value)
      Sets the value of the cycleDuration property.
    • getTieID

      public String getTieID()
      Gets the value of the tieID property.
      Returns:
      possible object is String
    • setTieID

      public void setTieID(String value)
      Sets the value of the tieID property.
      Parameters:
      value - allowed object is String
    • getTiedOffer

      public Integer getTiedOffer()
      Gets the value of the tiedOffer property.
      Returns:
      possible object is Integer
    • setTiedOffer

      public void setTiedOffer(Integer value)
      Sets the value of the tiedOffer property.
      Parameters:
      value - allowed object is Integer
    • getRecurringFee

      public BigDecimal getRecurringFee()
      The amount of the recurring fee.
      Returns:
      possible object is BigDecimal
    • setRecurringFee

      public void setRecurringFee(BigDecimal value)
      Sets the value of the recurringFee property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getRecurringFeeOverriden

      public BigDecimal getRecurringFeeOverriden()
      The amount by which to override the recurring fee.
      Returns:
      possible object is BigDecimal
    • setRecurringFeeOverriden

      public void setRecurringFeeOverriden(BigDecimal value)
      Sets the value of the recurringFeeOverriden property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getRecurringDiscount

      public BigDecimal getRecurringDiscount()
      The fixed amount of the recurring discount.
      Returns:
      possible object is BigDecimal
    • setRecurringDiscount

      public void setRecurringDiscount(BigDecimal value)
      Sets the value of the recurringDiscount property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getRecurringDiscountPercent

      public BigDecimal getRecurringDiscountPercent()
      The percentage amount of the recurring discount.
      Returns:
      possible object is BigDecimal
    • setRecurringDiscountPercent

      public void setRecurringDiscountPercent(BigDecimal value)
      Sets the value of the recurringDiscountPercent property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getPurchaseFee

      public BigDecimal getPurchaseFee()
      The purchase fee amount.
      Returns:
      possible object is BigDecimal
    • setPurchaseFee

      public void setPurchaseFee(BigDecimal value)
      Sets the value of the purchaseFee property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getPurchaseFeeOverriden

      public BigDecimal getPurchaseFeeOverriden()
      The amount by which to override the purchase fee.
      Returns:
      possible object is BigDecimal
    • setPurchaseFeeOverriden

      public void setPurchaseFeeOverriden(BigDecimal value)
      Sets the value of the purchaseFeeOverriden property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getPurchaseDiscount

      public BigDecimal getPurchaseDiscount()
      The amount of the purchase fee discount.
      Returns:
      possible object is BigDecimal
    • setPurchaseDiscount

      public void setPurchaseDiscount(BigDecimal value)
      Sets the value of the purchaseDiscount property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getPurchaseDiscountPercent

      public BigDecimal getPurchaseDiscountPercent()
      The percentage amount by which to discount the purchase fee.
      Returns:
      possible object is BigDecimal
    • setPurchaseDiscountPercent

      public void setPurchaseDiscountPercent(BigDecimal value)
      Sets the value of the purchaseDiscountPercent property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getUsageDiscount

      public BigDecimal getUsageDiscount()
      The amount of the usage discount.
      Returns:
      possible object is BigDecimal
    • setUsageDiscount

      public void setUsageDiscount(BigDecimal value)
      Sets the value of the usageDiscount property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getUsageStartT

      public Calendar getUsageStartT()
      The date and time the usage changes start.
      Returns:
      possible object is String
    • setUsageStartT

      public void setUsageStartT(Calendar value)
      Sets the value of the usageStartT property.
      Parameters:
      value - allowed object is String
      See Also:
    • getUsageEndT

      public Calendar getUsageEndT()
      The date and time the usage changes end.
      Returns:
      possible object is String
    • setUsageEndT

      public void setUsageEndT(Calendar value)
      Sets the value of the usageEndT property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPurchaseStartT

      public Calendar getPurchaseStartT()
      The date and time the purchase changes start.
      Returns:
      possible object is String
    • setPurchaseStartT

      public void setPurchaseStartT(Calendar value)
      Sets the value of the purchaseStartT property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPurchaseEndT

      public Calendar getPurchaseEndT()
      The date and time the purchase changes end.
      Returns:
      possible object is String
    • setPurchaseEndT

      public void setPurchaseEndT(Calendar value)
      Sets the value of the purchaseEndT property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCycleStartT

      public Calendar getCycleStartT()
      The date and time the cycle changes start.
      Returns:
      possible object is String
    • setCycleStartT

      public void setCycleStartT(Calendar value)
      Sets the value of the cycleStartT property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCycleEndT

      public Calendar getCycleEndT()
      The date and time the cycle changes end.
      Returns:
      possible object is String
    • setCycleEndT

      public void setCycleEndT(Calendar value)
      Sets the value of the cycleEndT property.
      Parameters:
      value - allowed object is String
      See Also:
    • getGracePeriodUnit

      public Integer getGracePeriodUnit()
      The unit the grace period is measured in.
      Returns:
      possible object is Integer
    • setGracePeriodUnit

      public void setGracePeriodUnit(Integer value)
      Sets the value of the gracePeriodUnit property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getGracePeriodOffset

      public Integer getGracePeriodOffset()
      The number to offset the grace period by.
      Returns:
      possible object is Integer
    • setGracePeriodOffset

      public void setGracePeriodOffset(Integer value)
      Sets the value of the gracePeriodOffset property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getRenewalMode

      public Integer getRenewalMode()
      How to handle the offer's cycle alignment when its bundle is reactivated. Possible values are:
      • 0: Cycle aligns with the original billing date or configured specific day of the month.
      • 1: Cycle aligns with the reactivation date.
      Returns:
      possible object is Integer
    • setRenewalMode

      public void setRenewalMode(Integer value)
      Sets the value of the renewalMode property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getTerminationFee

      public BigDecimal getTerminationFee()
      The amount of the early termination fee.
      Returns:
      possible object is BigDecimal
    • setTerminationFee

      public void setTerminationFee(BigDecimal value)
      Sets the value of the terminationFee property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getOverriddenCharges

      public List<OverriddenCharges> getOverriddenCharges()
      The list of overridden charges. Gets the value of the overriddenCharges property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the overriddenCharges property.

      For example, to add a new item, do as follows:

       getOverriddenCharges().add(newItem);
       

      Objects of the following type(s) are allowed in the list OverriddenCharges

      Returns:
      The value of the overriddenCharges property.
    • getName

      public String getName()
      The offer's name.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPlanName

      public String getPlanName()
      The name of the package that contains the offer.
      Returns:
      possible object is String
    • setPlanName

      public void setPlanName(String value)
      Sets the value of the planName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDealName

      public String getDealName()
      The name of the deal that contains the offer.
      Returns:
      possible object is String
    • setDealName

      public void setDealName(String value)
      Sets the value of the dealName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getServiceName

      public String getServiceName()
      The name of the service that contains the offer.
      Returns:
      possible object is String
    • setServiceName

      public void setServiceName(String value)
      Sets the value of the serviceName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getServiceType

      public String getServiceType()
      The type of the service that contains the offer.
      Returns:
      possible object is String
    • setServiceType

      public void setServiceType(String value)
      Sets the value of the serviceType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDealRef

      public ResourceRef getDealRef()
      A reference to the deal.
      Returns:
      possible object is ResourceRef
    • setDealRef

      public void setDealRef(ResourceRef value)
      Sets the value of the dealRef property.
      Parameters:
      value - allowed object is ResourceRef
      See Also:
    • getServiceRef

      public ResourceRef getServiceRef()
      A reference to the service.
      Returns:
      possible object is ResourceRef
    • setServiceRef

      public void setServiceRef(ResourceRef value)
      Sets the value of the serviceRef property.
      Parameters:
      value - allowed object is ResourceRef
      See Also:
    • getPlanRef

      public ResourceRef getPlanRef()
      A reference to the plan.
      Returns:
      possible object is ResourceRef
    • setPlanRef

      public void setPlanRef(ResourceRef value)
      Sets the value of the planRef property.
      Parameters:
      value - allowed object is ResourceRef
      See Also:
    • getDescription

      public String getDescription()
      The offer's description.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
      See Also:
    • getStatus

      public String getStatus()
      The offer's status.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      See Also:
    • getQuantity

      public BigDecimal getQuantity()
      The quantity of offer.
      Returns:
      possible object is BigDecimal
    • setQuantity

      public void setQuantity(BigDecimal value)
      Sets the value of the quantity property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getPackageId

      public int getPackageId()
      The package id of offer.
    • setPackageId

      public void setPackageId(int value)
      Sets the value of the packageId property.
    • getPurchasedDate

      public Calendar getPurchasedDate()
      The date on which the offer is purchased.
      Returns:
      possible object is String
    • setPurchasedDate

      public void setPurchasedDate(Calendar value)
      Sets the value of the purchasedDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getContractName

      public String getContractName()
      The name of the contract.
      Returns:
      possible object is String
    • setContractName

      public void setContractName(String value)
      Sets the value of the contractName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getContractStartDate

      public Calendar getContractStartDate()
      The start date for the contract.
      Returns:
      possible object is String
    • setContractStartDate

      public void setContractStartDate(Calendar value)
      Sets the value of the contractStartDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getContractEndDate

      public Calendar getContractEndDate()
      The end date for the contract.
      Returns:
      possible object is String
    • setContractEndDate

      public void setContractEndDate(Calendar value)
      Sets the value of the contractEndDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getContractRef

      public ResourceRef getContractRef()
      Gets the value of the contractRef property.
      Returns:
      possible object is ResourceRef
    • setContractRef

      public void setContractRef(ResourceRef value)
      Sets the value of the contractRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getTermRef

      public ResourceRef getTermRef()
      Gets the value of the termRef property.
      Returns:
      possible object is ResourceRef
    • setTermRef

      public void setTermRef(ResourceRef value)
      Sets the value of the termRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getCycleChargeType

      public String getCycleChargeType()
      Cycle Charge type.
      Returns:
      possible object is String
    • setCycleChargeType

      public void setCycleChargeType(String value)
      Sets the value of the cycleChargeType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCycleUnit

      public String getCycleUnit()
      cycle unit
      Returns:
      possible object is String
    • setCycleUnit

      public void setCycleUnit(String value)
      Sets the value of the cycleUnit property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCycleFrequency

      public String getCycleFrequency()
      cycle frequency
      Returns:
      possible object is String
    • setCycleFrequency

      public void setCycleFrequency(String value)
      Sets the value of the cycleFrequency property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCycleAlignment

      public String getCycleAlignment()
      cycle alignment.
      Returns:
      possible object is String
    • setCycleAlignment

      public void setCycleAlignment(String value)
      Sets the value of the cycleAlignment property.
      Parameters:
      value - allowed object is String
      See Also:
    • getInAdvanceBillingUnit

      public String getInAdvanceBillingUnit()
      in advance billing unit
      Returns:
      possible object is String
    • setInAdvanceBillingUnit

      public void setInAdvanceBillingUnit(String value)
      Sets the value of the inAdvanceBillingUnit property.
      Parameters:
      value - allowed object is String
      See Also:
    • getInAdvanceBillingFrequency

      public String getInAdvanceBillingFrequency()
      in advance billing frequency.
      Returns:
      possible object is String
    • setInAdvanceBillingFrequency

      public void setInAdvanceBillingFrequency(String value)
      Sets the value of the inAdvanceBillingFrequency property.
      Parameters:
      value - allowed object is String
      See Also: