java.lang.Object
com.tectonica.jonix.onix3.TaxableAmount
- All Implemented Interfaces:
OnixElement<Double>
,OnixTag
,Serializable
Amount of price taxable
The amount of the unit price of the product, excluding tax, which is taxable at the rate specified in an occurrence of the <Tax> composite. Optional and non-repeating; but required if tax is charged on part of the price. Omission of this element implies that tax is charged on the full amount of the price.
Format | Positive real number, with explicit decimal point when required, suggested maximum length 12 characters |
Reference name | <TaxableAmount> |
Short tag | <x473> |
Cardinality | 0…1 |
Example | <x473>10.64</x473> |
- <
Tax
>
Product
⯈ProductSupply
⯈SupplyDetail
⯈Price
⯈Tax
⯈TaxableAmount
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final TaxableAmount
static final String
static final String
(type: dt.NonEmptyString)This is the raw content of TaxableAmount. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<TaxableAmount> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
value
This is the raw content of TaxableAmount. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Positive real number, with explicit decimal point when required, suggested maximum length 12 characters
(type: dt.PositiveDecimal)
-
EMPTY
-
-
Constructor Details
-
TaxableAmount
public TaxableAmount() -
TaxableAmount
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<Double>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-