Interface CallbackDonutSubscriptionCreate

interface CallbackDonutSubscriptionCreate {
    amount: number;
    amount_without_fee: number;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

amount: number
amount_without_fee: number
user_id: number

Generated using TypeDoc