This commit is contained in:
2025-07-18 10:43:39 +00:00
parent bf98296772
commit 596efa3f06
23 changed files with 93 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './bunq.plugins';
import { BunqMonetaryAccount } from './bunq.classes.monetaryaccount';
import * as plugins from './bunq.plugins.js';
import { BunqMonetaryAccount } from './bunq.classes.monetaryaccount.js';
export class BunqTransaction {
public static fromApiObject(monetaryAccountRefArg: BunqMonetaryAccount, apiObjectArg: any) {