flutterwave-angularjs
Version:
An AngularJS library for RavePay Payment Gateway.
26 lines (25 loc) • 656 B
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
export declare class FlutterwaveAngularjsComponent implements OnInit {
text: string;
style: object;
className: string;
callback: EventEmitter<object>;
close: EventEmitter<any>;
key: string;
email: string;
amount: number;
reference: string;
meta: any;
currency: string;
country: string;
customer_firstname: string;
customer_lastname: string;
custom_title: string;
custom_description: string;
custom_logo: string;
private raveOptions;
constructor();
ngOnInit(): void;
madePayment(): void;
prepRaveOptions(): void;
}