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

    Type Alias TransactionInfo

    type TransactionInfo = {
        amount: number;
        chqr_pdflink?: string;
        currency: string;
        epayment_status: TransactionStatus;
        epp_transaction_id: string;
        expm?: string;
        expy?: string;
        old_subscription_token?: string;
        payment_method: PaymentMethod;
        pdflink?: string;
        recurring_interval?: string;
        status: DetailedTransactionStatus[];
        stored_chqr_ordered?: boolean;
        stored_customer_email?: string;
        stored_customer_firstname?: string;
        stored_customer_lastname?: string;
        stored_customer_raw_name?: string;
        stored_customer_salutation?: string;
        stored_rnw_purpose_id?: string;
        stored_rnw_purpose_text?: string;
        subscription_token?: string;
        test_mode: boolean;
    }
    Index

    Properties

    amount: number
    chqr_pdflink?: string
    currency: string
    epayment_status: TransactionStatus
    epp_transaction_id: string
    expm?: string
    expy?: string
    old_subscription_token?: string
    payment_method: PaymentMethod
    pdflink?: string
    recurring_interval?: string
    stored_chqr_ordered?: boolean
    stored_customer_email?: string
    stored_customer_firstname?: string
    stored_customer_lastname?: string
    stored_customer_raw_name?: string
    stored_customer_salutation?: string
    stored_rnw_purpose_id?: string
    stored_rnw_purpose_text?: string
    subscription_token?: string
    test_mode: boolean