Amount

open class Amount

Defines a monetary amount.

Java class for Amount complex type.

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


<complexType name="Amount">
  <simpleContent>
    <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
      <attribute name="currency" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </simpleContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getCurrency(): String
Gets the value of the currency property.
Link copied to clipboard
open fun getValue(): BigDecimal
Gets the value of the value property.
Link copied to clipboard
open fun setCurrency(value: String)
Sets the value of the currency property.
Link copied to clipboard
open fun setValue(value: BigDecimal)
Sets the value of the value property.