Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
5abc4e7976 | |||
58f4855cb6 | |||
c34846c82f | |||
2656f1a9a9 |
4354
package-lock.json
generated
4354
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mojoio/bunq",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.22",
|
||||
"private": false,
|
||||
"description": "a bunq api abstraction package",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user