UNPKG

@paciolan/cybersource-sdk

Version:
26 lines (25 loc) 973 B
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { TssV2TransactionsGet200ResponseMerchantInformationMerchantDescriptor } from './tss-v2-transactions-get200-response-merchant-information-merchant-descriptor'; /** * * @export * @interface TssV2TransactionsGet200ResponseMerchantInformation */ export interface TssV2TransactionsGet200ResponseMerchantInformation { /** * * @type {TssV2TransactionsGet200ResponseMerchantInformationMerchantDescriptor} * @memberof TssV2TransactionsGet200ResponseMerchantInformation */ merchantDescriptor?: TssV2TransactionsGet200ResponseMerchantInformationMerchantDescriptor; }