PayFanout API reference
    Preparing search index...

    Interface PayZenSubscriptionLike

    Structural subset of the Subscription/Get answer (V4/Subscription). The object carries NO status field — the unified status is derived (see derivePayZenSubscriptionStatus).

    interface PayZenSubscriptionLike {
        amount?: number;
        cancelDate?: string | null;
        currency?: string;
        description?: string | null;
        effectDate?: string;
        initialAmount?: number | null;
        initialAmountNumber?: number | null;
        metadata?: Record<string, string> | null;
        orderId?: string | null;
        pastPaymentsNumber?: number;
        paymentMethodToken?: string | null;
        rrule?: string;
        shopId?: string;
        subscriptionId?: string;
        totalPaymentsNumber?: number;
    }
    Index
    amount?: number
    cancelDate?: string | null
    currency?: string
    description?: string | null
    effectDate?: string
    initialAmount?: number | null
    initialAmountNumber?: number | null
    metadata?: Record<string, string> | null
    orderId?: string | null
    pastPaymentsNumber?: number
    paymentMethodToken?: string | null
    rrule?: string
    shopId?: string
    subscriptionId?: string
    totalPaymentsNumber?: number