Package org.cxml

Class TaxAdjustmentDetail

java.lang.Object
org.cxml.TaxAdjustmentDetail

public class TaxAdjustmentDetail extends Object
  • Field Details

    • category

      protected String category
    • region

      protected String region
    • money

      protected Money money
  • Constructor Details

    • TaxAdjustmentDetail

      public TaxAdjustmentDetail()
  • Method Details

    • getCategory

      public String getCategory()
      Gets the value of the category property.
      Returns:
      possible object is String
    • setCategory

      public void setCategory(String value)
      Sets the value of the category property.
      Parameters:
      value - allowed object is String
    • getRegion

      public String getRegion()
      Gets the value of the region property.
      Returns:
      possible object is String
    • setRegion

      public void setRegion(String value)
      Sets the value of the region property.
      Parameters:
      value - allowed object is String
    • getMoney

      public Money getMoney()
      Gets the value of the money property.
      Returns:
      possible object is Money
    • setMoney

      public void setMoney(Money value)
      Sets the value of the money property.
      Parameters:
      value - allowed object is Money