Package it.pagopa.swclient.mil.bean
Class HeaderParamName
java.lang.Object
it.pagopa.swclient.mil.bean.HeaderParamName
Headers name.
- Author:
- Antonio Tarricone
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Acquirer ID assigned by PagoPA.static final String
Channel originating the request.static final String
Merchant ID originating the transaction.static final String
Request ID.static final String
ID of the terminal originating the transaction.static final String
Version of the required API. -
Constructor Summary
-
Method Summary
-
Field Details
-
REQUEST_ID
Request ID.
- See Also:
-
VERSION
Version of the required API.
- See Also:
-
ACQUIRER_ID
Acquirer ID assigned by PagoPA.
- See Also:
-
CHANNEL
Channel originating the request.
- See Also:
-
MERCHANT_ID
Merchant ID originating the transaction. If Channel equals to POS, MerchantId must not be null.
- See Also:
-
TERMINAL_ID
ID of the terminal originating the transaction. It must be unique per acquirer, channel and merchant if present.
- See Also:
-
-
Constructor Details
-
HeaderParamName
private HeaderParamName()Private default constructor.
-