UNPKG

@paciolan/cybersource-sdk

Version:
26 lines (25 loc) 1.04 kB
/** * 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 { InlineResponse2013IntegrationInformationTenantConfigurations } from './inline-response2013-integration-information-tenant-configurations'; /** * * @export * @interface InlineResponse2013IntegrationInformation */ export interface InlineResponse2013IntegrationInformation { /** * tenantConfigurations is an array of objects that includes the tenant information this merchant is associated with. * @type {Array<InlineResponse2013IntegrationInformationTenantConfigurations>} * @memberof InlineResponse2013IntegrationInformation */ tenantConfigurations?: Array<InlineResponse2013IntegrationInformationTenantConfigurations>; }