/**
 * 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 VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
 */
export interface VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields {
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    displayMerchantDefinedData1?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    displayMerchantDefinedData2?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    displayMerchantDefinedData3?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    displayMerchantDefinedData4?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    displayMerchantDefinedData5?: boolean;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData1DefaultValue?: string;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData1Label?: string;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    requireMerchantDefinedData1?: boolean;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData2DefaultValue?: string;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData2Label?: string;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    requireMerchantDefinedData2?: boolean;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData3DefaultValue?: string;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData3Label?: string;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    requireMerchantDefinedData3?: boolean;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData4DefaultValue?: string;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData4Label?: string;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    requireMerchantDefinedData4?: boolean;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData5DefaultValue?: string;
    /**
     *
     * @type {string}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData5Label?: string;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    requireMerchantDefinedData5?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData1DisplayOnReceipt?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData2DisplayOnReceipt?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData3DisplayOnReceipt?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData4DisplayOnReceipt?: boolean;
    /**
     *
     * @type {boolean}
     * @memberof VTConfigCardNotPresentGlobalPaymentInformationMerchantDefinedDataFields
     */
    merchantDefinedData5DisplayOnReceipt?: boolean;
}
