UNPKG

@paciolan/cybersource-sdk

Version:
32 lines (31 loc) 1.28 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 { Boardingv1registrationsIntegrationInformationTenantInformation } from './boardingv1registrations-integration-information-tenant-information'; /** * * @export * @interface Boardingv1registrationsIntegrationInformationTenantConfigurations */ export interface Boardingv1registrationsIntegrationInformationTenantConfigurations { /** * The solutionId is the unique identifier for this system resource. Partner can use it to reference the specific solution through out the system. * @type {string} * @memberof Boardingv1registrationsIntegrationInformationTenantConfigurations */ solutionId: string; /** * * @type {Boardingv1registrationsIntegrationInformationTenantInformation} * @memberof Boardingv1registrationsIntegrationInformationTenantConfigurations */ tenantInformation?: Boardingv1registrationsIntegrationInformationTenantInformation; }