From 58f4855cb695d74a46556b7d2dcfc1a9914d85d3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 25 Aug 2020 12:57:14 +0000 Subject: [PATCH] fix(core): update --- ts/bunq.classes.transaction.ts | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/ts/bunq.classes.transaction.ts b/ts/bunq.classes.transaction.ts index 6f7d4e8..9ddb316 100644 --- a/ts/bunq.classes.transaction.ts +++ b/ts/bunq.classes.transaction.ts @@ -20,7 +20,31 @@ export class BunqTransaction { public type: 'MASTERCARD' | 'BUNQ'; public merchant_reference: null; public alias: [Object]; - public counterparty_alias: [Object]; + public counterparty_alias: { + iban: string, + is_light: any, + display_name: string, + avatar: { + uuid: string, + image: [ + { + attachment_public_uuid: string, + height: number, + width: number, + content_type: string, + }, + ], + anchor_uuid: null, + }, + label_user: { + uuid: null, + display_name: string, + country: string, + avatar: null, + public_nick_name: string, + }, + country: string, + }; public attachment: []; public geolocation: null; public batch_id: null;