/**
 * 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 { Rbsv1plansClientReferenceInformation } from './rbsv1plans-client-reference-information';
import { Rbsv1plansOrderInformation } from './rbsv1plans-order-information';
import { Rbsv1plansPlanInformation } from './rbsv1plans-plan-information';
/**
 *
 * @export
 * @interface V1PlansBody
 */
export interface V1PlansBody {
    /**
     *
     * @type {Rbsv1plansClientReferenceInformation}
     * @memberof V1PlansBody
     */
    clientReferenceInformation?: Rbsv1plansClientReferenceInformation;
    /**
     *
     * @type {Rbsv1plansPlanInformation}
     * @memberof V1PlansBody
     */
    planInformation?: Rbsv1plansPlanInformation;
    /**
     *
     * @type {Rbsv1plansOrderInformation}
     * @memberof V1PlansBody
     */
    orderInformation?: Rbsv1plansOrderInformation;
}
