public enum FieldCode extends Enum<FieldCode>
Enum Constant and Description |
---|
BOOKING_STATUS
Transaction booking status is required.
|
CREDITOR_ACCOUNT
Creditor account is required from user in order to payment initiate.
|
CREDITOR_ADDRESS
Creditor address is additional information about ASPSP.
|
CREDITOR_AGENT
Creditor agent is additional information about ASPSP.
|
CREDITOR_NAME
Creditor name is required in order to payment initiate.
|
DEBTOR_ACCOUNT
DebtorAccount is required from user in order to payment initiate.
|
END_TO_END_IDENTIFICATION
End to end identification is unique end to end identity
|
FREQUENCY_PER_DAY
How frequently the consent can be used per day.
|
IBAN
IBAN is required from user.
|
INSTRUCTED_AMOUNT
Instructed amount is required from user in order to payment initiate.
|
NONE
Null object.
|
PSU_ID
PSU login in ASPSP
|
PSU_IP_ADDRESS
IP address of PSU browser, mobile phone, etc.
|
PSU_IP_PORT
IP port of IP address between PSU and TPP.
|
PSU_PASSWORD
PIN password / password used to login to ASPSP
|
RECURRING_INDICATOR
Whether the consent is for recurring action.
|
REDIRECT_URI_NOK
ASPSP redirect URL to be called if consent was declined
|
REMITTANCE_INFORMATION
Remittance information is additional data about Payment
|
RESOURCE_ID
I.e.
|
SCA_CHALLENGE_RESULT
Challenge result of 2-factor or multifactor authorization.
|
SCA_METHOD_ID
When multiple SCA challenges (2-factor or multifactor authorization) are available
(i.e.
|
TPP_REDIRECT_PREFERRED
Tpp redirect Preferred
|
VALID_UNTIL
Date until when the consent will be valid.
|
Modifier and Type | Method and Description |
---|---|
static FieldCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldCode NONE
public static final FieldCode PSU_ID
public static final FieldCode PSU_IP_ADDRESS
public static final FieldCode PSU_PASSWORD
public static final FieldCode RECURRING_INDICATOR
public static final FieldCode VALID_UNTIL
public static final FieldCode FREQUENCY_PER_DAY
public static final FieldCode IBAN
public static final FieldCode BOOKING_STATUS
public static final FieldCode SCA_CHALLENGE_RESULT
public static final FieldCode SCA_METHOD_ID
public static final FieldCode REDIRECT_URI_NOK
public static final FieldCode PSU_IP_PORT
public static final FieldCode DEBTOR_ACCOUNT
public static final FieldCode INSTRUCTED_AMOUNT
public static final FieldCode CREDITOR_ACCOUNT
public static final FieldCode CREDITOR_NAME
public static final FieldCode CREDITOR_AGENT
public static final FieldCode CREDITOR_ADDRESS
public static final FieldCode REMITTANCE_INFORMATION
public static final FieldCode END_TO_END_IDENTIFICATION
public static final FieldCode TPP_REDIRECT_PREFERRED
public static final FieldCode RESOURCE_ID
public static FieldCode[] values()
for (FieldCode c : FieldCode.values()) System.out.println(c);
public static FieldCode 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 nullCopyright © 2020. All rights reserved.