@ptkl/sdk - v1.18.0
    Preparing search index...

    Interface RenewSubscriptionResult

    interface RenewSubscriptionResult {
        amount: number;
        bundle_count: number;
        checkout_link: string;
        invoice: Invoice;
        message: string;
        new_expires_at: string;
        transaction_id: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    amount: number
    bundle_count: number
    checkout_link: string
    invoice: Invoice
    message: string
    new_expires_at: string
    transaction_id: string