@bunq-community/bunq-js-client
Version:
[ ](https://www.npmjs.com/package/@bunq-community/bunq-js-client) [ ](https://www.npmjs.com/p
86 lines (85 loc) • 3.52 kB
TypeScript
import AttachmentContent from "./AttachmentContent";
import AttachmentPublic from "./AttachmentPublic";
import Avatar from "./Avatar";
import BillingContractSubscription from "./BillingContractSubscription";
import BunqMeTabs from "./BunqMeTabs";
import Card from "./Card";
import CardBatch from "./CardBatch";
import CardCvc2 from "./CardCvc2";
import CardDebit from "./CardDebit";
import CardName from "./CardName";
import CredentialPasswordIp from "./CredentialPasswordIp";
import CustomerStatementExport from "./CustomerStatementExport";
import CustomerStatementExportContent from "./CustomerStatementExportContent";
import DeviceRegistration from "./DeviceRegistration";
import DraftPayment from "./DraftPayment";
import Event from "./Event";
import Installation from "./Installation";
import Invoice from "./Invoice";
import Ip from "./Ip";
import MasterCardAction from "./MasterCardAction";
import MonetaryAccount from "./MonetaryAccount";
import MonetaryAccountBank from "./MonetaryAccountBank";
import MonetaryAccountJoint from "./MonetaryAccountJoint";
import MonetaryAccountSavings from "./MonetaryAccountSavings";
import NoteAttachment from "./NoteAttachment";
import NoteText from "./NoteText";
import Payment from "./Payment";
import PaymentBatch from "./PaymentBatch";
import RequestInquiry from "./RequestInquiry";
import RequestInquiryBatch from "./RequestInquiryBatch";
import RequestResponse from "./RequestResponse";
import SandboxUser from "./SandboxUser";
import Schedule from "./Schedule";
import SchedulePayment from "./SchedulePayment";
import SchedulePaymentBatch from "./SchedulePaymentBatch";
import SessionServer from "./SessionServer";
import ShareInviteMonetaryAccountInquiry from "./ShareInviteMonetaryAccountInquiry";
import ShareInviteMonetaryAccountResponse from "./ShareInviteMonetaryAccountResponse";
import User from "./User";
import UserCompany from "./UserCompany";
import UserPerson from "./UserPerson";
declare const _default: (bunqJSClient: any) => {
attachmentContent: AttachmentContent;
attachmentPublic: AttachmentPublic;
avatar: Avatar;
billingContractSubscription: BillingContractSubscription;
bunqMeTabs: BunqMeTabs;
card: Card;
cardBatch: CardBatch;
cardCvc2: CardCvc2;
cardDebit: CardDebit;
cardName: CardName;
credentialPasswordIp: CredentialPasswordIp;
customerStatementExport: CustomerStatementExport;
customerStatementExportContent: CustomerStatementExportContent;
deviceRegistration: DeviceRegistration;
draftPayment: DraftPayment;
event: Event;
installation: Installation;
invoice: Invoice;
ip: Ip;
masterCardAction: MasterCardAction;
monetaryAccount: MonetaryAccount;
monetaryAccountBank: MonetaryAccountBank;
monetaryAccountJoint: MonetaryAccountJoint;
monetaryAccountSavings: MonetaryAccountSavings;
noteAttachment: NoteAttachment;
noteText: NoteText;
payment: Payment;
paymentBatch: PaymentBatch;
requestInquiry: RequestInquiry;
requestInquiryBatch: RequestInquiryBatch;
requestResponse: RequestResponse;
sandboxUser: SandboxUser;
schedule: Schedule;
schedulePayment: SchedulePayment;
schedulePaymentBatch: SchedulePaymentBatch;
sessionServer: SessionServer;
shareInviteMonetaryAccountInquiry: ShareInviteMonetaryAccountInquiry;
shareInviteMonetaryAccountResponse: ShareInviteMonetaryAccountResponse;
user: User;
userCompany: UserCompany;
userPerson: UserPerson;
};
export default _default;