type ReceivingTypes = {
    minimum_transaction_amount: number;
    maximum_transaction_amount: number;
    maximum_transactions_count_per_day: number;
    maximum_transactions_amount_per_day: number;
};
export type { ReceivingTypes };
