/**
 * 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 { PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE } from './pts-v2-payments-post201-response-embedded-actions-capture';
import { PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION } from './pts-v2-payments-post201-response-embedded-actions-consumerauthentication';
import { PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION } from './pts-v2-payments-post201-response-embedded-actions-decision';
import { PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING } from './pts-v2-payments-post201-response-embedded-actions-watchlistscreening';
/**
 * Contains embedded actions, that includes status and response for every actions in the list.
 * @export
 * @interface PtsV2PaymentsPost201ResponseEmbeddedActions
 */
export interface PtsV2PaymentsPost201ResponseEmbeddedActions {
    /**
     *
     * @type {PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActions
     */
    CAPTURE?: PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE;
    /**
     *
     * @type {PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActions
     */
    DECISION?: PtsV2PaymentsPost201ResponseEmbeddedActionsDECISION;
    /**
     *
     * @type {PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActions
     */
    CONSUMER_AUTHENTICATION?: PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION;
    /**
     *
     * @type {PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActions
     */
    VALIDATE_CONSUMER_AUTHENTICATION?: PtsV2PaymentsPost201ResponseEmbeddedActionsCONSUMERAUTHENTICATION;
    /**
     *
     * @type {PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActions
     */
    WATCHLIST_SCREENING?: PtsV2PaymentsPost201ResponseEmbeddedActionsWATCHLISTSCREENING;
}
