public class PaymentAmountInformation extends Object
From the specification v1.0
| Language | General Definition | Field Definition |
|---|---|---|
| EN | Payment amount information | Mandatory data group |
| DE | Zahlbetragsinformation | Obligatorische Datengruppe |
| FR | Information sur le montant du paiement | Groupe de données obligatoire |
| IT | Informazioni sull’importo da pagare | Gruppo di dati obbligatorio |
Data Structure Element
QRCH +CcyAmtDate
| Constructor and Description |
|---|
PaymentAmountInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount() |
Currency |
getCurrency() |
LocalDate |
getDate() |
int |
hashCode() |
void |
setAmount(BigDecimal amount) |
void |
setCurrency(Currency currency) |
void |
setDate(LocalDate date) |
String |
toString() |
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Currency getCurrency()
public void setCurrency(Currency currency)
public LocalDate getDate()
public void setDate(LocalDate date)
Copyright © 2017 Codeblock GmbH. All rights reserved.