/**
 * 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 PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
 */
export interface PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation {
    /**
     * Identifier for the mandate.
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    id?: string;
    /**
     * Date the mandate has been signed.  Format YYYYMMdd
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    dateSigned?: string;
    /**
     * Date the mandate has been created.  Format YYYYMMdd
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    dateCreated?: string;
    /**
     * Date the mandate has been revoked.  Format YYYYMMdd
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    dateRevoked?: string;
    /**
     * Base64 encoded html string
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    encodedHtml?: string;
    /**
     * Base64 encoded popup html string
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    encodedHtmlPopup?: string;
    /**
     * URL for redirecting the customer for creating the mandate.
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    url?: string;
    /**
     * The Billing Agreement ID returned by processor (PayPal).
     * @type {string}
     * @memberof PtsV2ModifyBillingAgreementPost201ResponseAgreementInformation
     */
    transactionId?: string;
}
