| Package | Description |
|---|---|
| de.adorsys.psd2.client.model |
| Modifier and Type | Method and Description |
|---|---|
static PurposeCode |
PurposeCode.fromValue(String text) |
PurposeCode |
TransactionDetails.getPurposeCode()
Get purposeCode
|
PurposeCode |
PurposeCode.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PurposeCode |
PurposeCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurposeCode[] |
PurposeCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDetails |
TransactionDetails.purposeCode(PurposeCode purposeCode) |
void |
TransactionDetails.setPurposeCode(PurposeCode purposeCode) |
void |
PurposeCode.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PurposeCode enumeration) |
Copyright © 2019. All rights reserved.