Class RefundDetails.Details

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

public static class RefundDetails.Details 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 name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="itemNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="billNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • amount

      protected BigDecimal amount
      The refund amount.
    • itemNo

      protected String itemNo
      The item number associated with the refund.
    • itemName

      protected String itemName
      The name of the item associated with the refund.
    • billNo

      protected String billNo
      The bill number associated with the refund.
  • Constructor Details

    • Details

      public Details()
  • Method Details

    • getAmount

      public BigDecimal getAmount()
      The refund amount.
      Returns:
      possible object is BigDecimal
    • setAmount

      public void setAmount(BigDecimal value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getItemNo

      public String getItemNo()
      The item number associated with the refund.
      Returns:
      possible object is String
    • setItemNo

      public void setItemNo(String value)
      Sets the value of the itemNo property.
      Parameters:
      value - allowed object is String
      See Also:
    • getItemName

      public String getItemName()
      The name of the item associated with the refund.
      Returns:
      possible object is String
    • setItemName

      public void setItemName(String value)
      Sets the value of the itemName property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBillNo

      public String getBillNo()
      The bill number associated with the refund.
      Returns:
      possible object is String
    • setBillNo

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