Class CardTransactionRecord.Merchant
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.card.cardservice.CardTransactionRecord.Merchant
-
- Enclosing class:
- CardTransactionRecord
public static class CardTransactionRecord.Merchant extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()The merchant's city name.StringgetCountryCode()The merchant's Country code (ISO alpha).Country code of the merchant is in ISO 3166-1 Alpha-2 Code.StringgetID()The unique code identifying the card acceptor.StringgetMerchantNameAndAddress()Card acceptor name and address in ISO 8853.StringgetName()The merchant's acronym name.StringgetType()The merchant type which is the merchant category code (MCC).
-
-
-
Method Detail
-
getMerchantNameAndAddress
public String getMerchantNameAndAddress()
Card acceptor name and address in ISO 8853.
-
getName
@Nullable public String getName()
The merchant's acronym name. The card acceptor's name and address are in ISO 8853 format.
-
getCity
@Nullable public String getCity()
The merchant's city name. The card acceptor's and address are in ISO 8853.
-
getCountryCode
@Nullable public String getCountryCode()
The merchant's Country code (ISO alpha).Country code of the merchant is in ISO 3166-1 Alpha-2 Code.
-
-