| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected DocumentQualifierType |
PrintResponse.documentQualifier
The Document qualifier.
|
protected DocumentQualifierType |
PaymentReceipt.documentQualifier
The Document qualifier.
|
protected DocumentQualifierType |
PrintOutput.documentQualifier
The Document qualifier.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentQualifierType> |
TransactionStatusRequest.documentQualifier
The Document qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentQualifierType |
DocumentQualifierType.fromValue(String v)
From value document qualifier type.
|
DocumentQualifierType |
PrintResponse.getDocumentQualifier()
Gets the value of the documentQualifier property.
|
DocumentQualifierType |
PaymentReceipt.getDocumentQualifier()
Gets the value of the documentQualifier property.
|
DocumentQualifierType |
PrintOutput.getDocumentQualifier()
Gets the value of the documentQualifier property.
|
static DocumentQualifierType |
DocumentQualifierType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentQualifierType[] |
DocumentQualifierType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentQualifierType> |
TransactionStatusRequest.getDocumentQualifier()
Gets the value of the documentQualifier property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintResponse.setDocumentQualifier(DocumentQualifierType value)
Sets the value of the documentQualifier property.
|
void |
PaymentReceipt.setDocumentQualifier(DocumentQualifierType value)
Sets the value of the documentQualifier property.
|
void |
PrintOutput.setDocumentQualifier(DocumentQualifierType value)
Sets the value of the documentQualifier property.
|
Copyright © 2022. All rights reserved.