Type alias NDKSubscriptionAmount

NDKSubscriptionAmount: {
    amount: number;
    currency: string;
    term: NDKIntervalFrequency;
}

Type declaration

Generated using TypeDoc