@raisenow/tamaro-core
    Preparing search index...

    Type Alias EpmsPaymentAgreementInfo

    EpmsPaymentAgreementInfo: EpmsPaymentInfoBase & {
        amount: number;
        created_subscription_uuid: string;
        currency_identifier: string;
        documents?: {
            ch_qr_reference_form_url?: string;
            ch_qr_reference_token_url?: string;
            direct_debit_form_url?: string;
            direct_debit_token_url?: string;
        };
        last_status: EpmsPaymentAgreementStatus;
        pdflink?: string;
        supporter_snapshot: EpmsSupporterInfo;
    }