Class CardTransactionRecord.Merchant
java.lang.Object
com.thalesgroup.gemalto.d1.card.cardservice.CardTransactionRecord.Merchant
- Enclosing class:
- CardTransactionRecord
The merchant details.
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()The merchant's city name.The merchant's Country code (ISO alpha).Country code of the merchant is in ISO 3166-1 Alpha-2 Code.getID()The unique code identifying the card acceptor.Card acceptor name and address in ISO 8853.getName()The merchant's acronym name.getType()The merchant type which is the merchant category code (MCC).
-
Constructor Details
-
Merchant
-
-
Method Details
-
getMerchantNameAndAddress
Card acceptor name and address in ISO 8853. -
getID
The unique code identifying the card acceptor. -
getName
The merchant's acronym name. The card acceptor's name and address are in ISO 8853 format. -
getCity
The merchant's city name. The card acceptor's and address are in ISO 8853. -
getCountryCode
The merchant's Country code (ISO alpha).Country code of the merchant is in ISO 3166-1 Alpha-2 Code. -
getType
The merchant type which is the merchant category code (MCC).
-