| Package | Description |
|---|---|
| de.adorsys.psd2.model |
| Modifier and Type | Method and Description |
|---|---|
static CardAccountDetails.UsageEnum |
CardAccountDetails.UsageEnum.fromValue(String text) |
@Size(max=4) CardAccountDetails.UsageEnum |
CardAccountDetails.getUsage()
Specifies the usage of the account: * PRIV: private personal account * ORGA: professional account
|
static CardAccountDetails.UsageEnum |
CardAccountDetails.UsageEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardAccountDetails.UsageEnum[] |
CardAccountDetails.UsageEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardAccountDetails.setUsage(CardAccountDetails.UsageEnum usage) |
CardAccountDetails |
CardAccountDetails.usage(CardAccountDetails.UsageEnum usage) |
Copyright © 2020. All rights reserved.