ngx-theteller
Version:
This library is meant to add payment integration for [theTeller](https://theteller.net/) by PaySwitch
19 lines (18 loc) • 913 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxThetellerComponent implements OnInit {
apikey: string;
transaction_id: string;
amount: number;
customer_email: string;
currency: string;
return_url: string;
button_text: string;
description: string;
payment_method: string;
custom_class: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxThetellerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxThetellerComponent, "ngx-theteller", never, { "apikey": "apikey"; "transaction_id": "transaction_id"; "amount": "amount"; "customer_email": "customer_email"; "currency": "currency"; "return_url": "return_url"; "button_text": "button_text"; "description": "description"; "payment_method": "payment_method"; "custom_class": "custom_class"; }, {}, never, never>;
}