/**
 * 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 { Boardingv1registrationsIntegrationInformationOauth2 } from './boardingv1registrations-integration-information-oauth2';
import { InlineResponse2004IntegrationInformationTenantConfigurations } from './inline-response2004-integration-information-tenant-configurations';
/**
 *
 * @export
 * @interface InlineResponse2004IntegrationInformation
 */
export interface InlineResponse2004IntegrationInformation {
    /**
     *
     * @type {Array<Boardingv1registrationsIntegrationInformationOauth2>}
     * @memberof InlineResponse2004IntegrationInformation
     */
    oauth2?: Array<Boardingv1registrationsIntegrationInformationOauth2>;
    /**
     * tenantConfigurations is an array of objects that includes the tenant information this merchant is associated with.
     * @type {Array<InlineResponse2004IntegrationInformationTenantConfigurations>}
     * @memberof InlineResponse2004IntegrationInformation
     */
    tenantConfigurations?: Array<InlineResponse2004IntegrationInformationTenantConfigurations>;
}
