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

    Type Alias SubscriptionInfo

    type SubscriptionInfo = {
        amount: string;
        currency: string;
        customer?: { [key: string]: any };
        customer_token?: string;
        expm?: string;
        expy?: string;
        interval: string;
        masked_cc?: string;
        payment_method: PaymentMethod;
        status: SubscriptionStatus;
        stored_campaign_id?: string;
        stored_campaign_subid?: string;
        stored_rnw_purpose_id?: string;
        stored_rnw_purpose_text?: string;
        stored_rnw_recurring_interval_name?: string;
        stored_rnw_recurring_interval_text?: string;
        subscription_token?: string;
    }
    Index

    Properties

    amount: string
    currency: string
    customer?: { [key: string]: any }
    customer_token?: string
    expm?: string
    expy?: string
    interval: string
    masked_cc?: string
    payment_method: PaymentMethod
    stored_campaign_id?: string
    stored_campaign_subid?: string
    stored_rnw_purpose_id?: string
    stored_rnw_purpose_text?: string
    stored_rnw_recurring_interval_name?: string
    stored_rnw_recurring_interval_text?: string
    subscription_token?: string