EnrichedTransactionInfo
No description
type EnrichedTransactionInfo {
enrichedMerchantName: String
logoUrl: String
category: MerchantCategory
subcategory: MerchantSubCategory
country: CCA3
city: String
address: String
longitude: String
latitude: String
postalCode: String
isSubscription: Boolean
carbonFootprint: String
contactEmail: String
contactPhone: String
contactWebsite: String
}
Fields
EnrichedTransactionInfo.enrichedMerchantName
● String
scalar
Well formatted merchant name
EnrichedTransactionInfo.logoUrl
● String
scalar
URL of the merchant logo
EnrichedTransactionInfo.category
● MerchantCategory
enum
Merchant category
EnrichedTransactionInfo.subcategory
● MerchantSubCategory
enum
Merchant subcategory
EnrichedTransactionInfo.country
● CCA3
scalar
Merchant country
EnrichedTransactionInfo.city
● String
scalar
Merchant city
EnrichedTransactionInfo.address
● String
scalar
Merchant address
EnrichedTransactionInfo.longitude
● String
scalar
Merchant location longitude
EnrichedTransactionInfo.latitude
● String
scalar
Merchant location latitude
EnrichedTransactionInfo.postalCode
● String
scalar
Merchant postal code
EnrichedTransactionInfo.isSubscription
● Boolean
scalar
Is merchant a subcription
EnrichedTransactionInfo.carbonFootprint
● String
scalar
Transaction carbon footprint in micrograms of CO2 emitted
EnrichedTransactionInfo.contactEmail
● String
scalar
Merchant email
EnrichedTransactionInfo.contactPhone
● String
scalar
Merchant phone
EnrichedTransactionInfo.contactWebsite
● String
scalar
Merchant website
Member Of
CardTransaction
object