interface MerchantDetails {
    location?: MerchantLocation;
    mcc?: MerchantCategory;
    name?: string;
}

Properties

Properties

location?: MerchantLocation
name?: string