Package it.pagopa.swclient.mil.bean
Class HeaderParamName
java.lang.Object
it.pagopa.swclient.mil.bean.HeaderParamName
Headers name.
- Author:
- Antonio Tarricone
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAcquirer ID assigned by PagoPA.static final StringChannel originating the request.static final StringMerchant ID originating the transaction.static final StringRequest ID.static final StringID of the terminal originating the transaction.static final StringVersion of the required API. -
Constructor Summary
Constructors -
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.
-