PHP 8.2.30
Preview: rave.payment_plan.js Size: 826 B
/home/byroehnu/.trash/node_modules11/flutterwave-node-v3/lib/rave.payment_plan.js

const create_plan = require('../services/payment-plans/rave.create')
const cancel_plan = require('../services/payment-plans/rave.cancel')
const retrieve_all = require('../services/payment-plans/rave.retrieve.all')
const retrieve_single = require('../services/payment-plans/rave.retrieve.single')
const update_plan = require('../services/payment-plans/rave.update')



function Payment_plan(RaveBase) {


	this.create = function (data) {

		return create_plan(data, RaveBase);

	}

	this.cancel = function (data) {

		return cancel_plan(data, RaveBase);

	}
	this.get_all = function (data) {

		return retrieve_all(data, RaveBase);

	}
	this.get_plan = function (data) {

		return retrieve_single(data, RaveBase);

	}
	this.update = function (data) {

		return update_plan(data, RaveBase);

	}

}
module.exports = Payment_plan;

Directory Contents

Dirs: 0 × Files: 20

Name Size Perms Modified Actions
354 B lrw-r--r-- 2026-02-21 00:53:50
Edit Download
4.39 KB lrw-r--r-- 2026-02-21 00:53:52
Edit Download
698 B lrw-r--r-- 2026-02-21 00:53:52
Edit Download
2.01 KB lrw-r--r-- 2026-02-21 00:53:54
Edit Download
1.72 KB lrw-r--r-- 2026-02-21 00:54:00
Edit Download
244 B lrw-r--r-- 2026-02-21 00:54:02
Edit Download
337 B lrw-r--r-- 2026-02-21 00:54:04
Edit Download
787 B lrw-r--r-- 2026-02-21 00:54:08
Edit Download
1016 B lrw-r--r-- 2026-02-21 00:54:08
Edit Download
331 B lrw-r--r-- 2026-02-21 00:54:10
Edit Download
826 B lrw-r--r-- 2026-02-21 00:54:10
Edit Download
363 B lrw-r--r-- 2026-02-21 00:54:18
Edit Download
750 B lrw-r--r-- 2026-02-21 00:54:18
Edit Download
674 B lrw-r--r-- 2026-02-21 00:54:18
Edit Download
924 B lrw-r--r-- 2026-02-21 00:54:20
Edit Download
1.13 KB lrw-r--r-- 2026-02-21 00:54:20
Edit Download
973 B lrw-r--r-- 2026-02-21 00:54:22
Edit Download
700 B lrw-r--r-- 2026-02-21 00:54:22
Edit Download
1.51 KB lrw-r--r-- 2026-02-21 00:54:22
Edit Download
2.02 KB lrw-r--r-- 2026-02-21 00:54:24
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).