public static enum PaymentReference.ReferenceType extends Enum<PaymentReference.ReferenceType>
| Enum Constant and Description |
|---|
CREDITOR_REFERENCE
SCOR – Creditor Reference (ISO 11649)
|
QR_REFERENCE
QRR – QR reference
|
WITHOUT_REFERENCE
NON – without reference
|
| Modifier and Type | Method and Description |
|---|---|
String |
getReferenceTypeCode() |
static PaymentReference.ReferenceType |
parse(String referenceTypeCode) |
String |
toString() |
static PaymentReference.ReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentReference.ReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentReference.ReferenceType QR_REFERENCE
QRR – QR reference
From the specification v1.0
| Language | Description |
|---|---|
| EN | The biller's structured reference corresponds to the former ISR reference number. |
| DE | Die strukturierte Referenz des Rechnungsstellers entspricht der ehemaligen ESR Referenznummer. |
| FR | Référence structurée de l'émetteur de factures, correspondant à l'ancien numéro de référence BVR. |
| IT | Riferimento strutturato del mittente della fattura, corrispondente all’ex numero di riferimento della polizza di versamento. |
PaymentReference.referenceTypepublic static final PaymentReference.ReferenceType CREDITOR_REFERENCE
SCOR – Creditor Reference (ISO 11649)
From the specification v1.0
| Language | Description |
|---|---|
| EN | Creditor Reference according to the ISO 11649 standard. |
| DE | Creditor Reference gemäss ISO-11649-Standard. |
| FR | Creditor Reference selon la norme ISO 11649. |
| IT | Riferimento strutturato al creditore in conformità allo standard ISO 11649. |
PaymentReference.referenceTypepublic static final PaymentReference.ReferenceType WITHOUT_REFERENCE
NON – without reference
From the specification v1.0
| Language | Description |
|---|---|
| EN | |
| DE | |
| FR | |
| IT |
PaymentReference.referenceTypepublic static PaymentReference.ReferenceType[] values()
for (PaymentReference.ReferenceType c : PaymentReference.ReferenceType.values()) System.out.println(c);
public static PaymentReference.ReferenceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getReferenceTypeCode()
public static PaymentReference.ReferenceType parse(String referenceTypeCode)
public String toString()
toString in class Enum<PaymentReference.ReferenceType>Copyright © 2017 Codeblock GmbH. All rights reserved.