AuthorizationMerchantData constructor
const
AuthorizationMerchantData({})
merchant_data_specs
Details about the seller (grocery store, e-commerce website, etc.) where the card authorization happened.
Implementation
const AuthorizationMerchantData({
this.category,
this.city,
this.country,
this.name,
this.networkId,
this.postalCode,
this.state,
this.terminalId,
this.url,
});