/**
 * 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.
 */
/**
 *
 * @export
 * @interface PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
 */
export interface PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE {
    /**
     * The status of the submitted transaction.  Possible values:  - PENDING  - TRANSMITTED (Only for Online Capture enabled merchants)
     * @type {string}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
     */
    status?: string;
    /**
     * The reason of the status.  Possible values:  - MISSING_FIELD  - INVALID_DATA  - DUPLICATE_REQUEST  - INVALID_MERCHANT_CONFIGURATION  - EXCEEDS_AUTH_AMOUNT  - AUTH_ALREADY_REVERSED  - TRANSACTION_ALREADY_SETTLED  - INVALID_AMOUNT  - MISSING_AUTH  - TRANSACTION_ALREADY_REVERSED_OR_SETTLED  - NOT_SUPPORTED
     * @type {string}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
     */
    reason?: string;
    /**
     * The detail message related to the status and reason listed above.
     * @type {string}
     * @memberof PtsV2PaymentsPost201ResponseEmbeddedActionsCAPTURE
     */
    message?: string;
}
