pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
11 lines • 421 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { object, optional, string } from '../schema';
export const merchantDetailsSchema = object({
merchantName: ['MerchantName', optional(string())],
merchantCategoryCode: ['MerchantCategoryCode', optional(string())],
});
//# sourceMappingURL=merchantDetails.js.map