public class StoredValueAccountStatus extends Object
Java class for StoredValueAccountStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueAccountStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StoredValueAccountID" type="{}StoredValueAccountID"/>
</sequence>
<attribute name="CurrentBalance" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
currentBalance
The Current balance.
|
protected StoredValueAccountID |
storedValueAccountID
The Stored value account id.
|
| Constructor and Description |
|---|
StoredValueAccountStatus() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
StoredValueAccountID |
getStoredValueAccountID()
Gets the value of the storedValueAccountID property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance property.
|
void |
setStoredValueAccountID(StoredValueAccountID value)
Sets the value of the storedValueAccountID property.
|
protected StoredValueAccountID storedValueAccountID
protected BigDecimal currentBalance
public StoredValueAccountID getStoredValueAccountID()
StoredValueAccountIDpublic void setStoredValueAccountID(StoredValueAccountID value)
value - allowed object is StoredValueAccountIDpublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2022. All rights reserved.