@emilgroup/payment-sdk 1.13.1-beta.25 → 1.13.1-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -10
- package/README.md +2 -2
- package/api/bank-accounts-api.ts +13 -55
- package/api/bank-transaction-api.ts +17 -45
- package/api/payment-methods-api.ts +17 -59
- package/api/payment-reminders-api.ts +13 -55
- package/api/payments-api.ts +17 -59
- package/api/refunds-api.ts +17 -45
- package/api/tenant-bank-account-api.ts +17 -45
- package/api.ts +0 -2
- package/dist/api/bank-accounts-api.d.ts +8 -35
- package/dist/api/bank-accounts-api.js +11 -29
- package/dist/api/bank-transaction-api.d.ts +10 -28
- package/dist/api/bank-transaction-api.js +12 -24
- package/dist/api/payment-methods-api.d.ts +12 -39
- package/dist/api/payment-methods-api.js +14 -32
- package/dist/api/payment-reminders-api.d.ts +8 -35
- package/dist/api/payment-reminders-api.js +11 -29
- package/dist/api/payments-api.d.ts +12 -39
- package/dist/api/payments-api.js +14 -32
- package/dist/api/refunds-api.d.ts +10 -28
- package/dist/api/refunds-api.js +12 -24
- package/dist/api/tenant-bank-account-api.d.ts +10 -28
- package/dist/api/tenant-bank-account-api.js +12 -24
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/complete-adyen-payment-setup-request-dto.d.ts +0 -1
- package/dist/models/complete-adyen-payment-setup-request-dto.js +1 -2
- package/dist/models/complete-payment-setup-request-dto.d.ts +0 -7
- package/dist/models/complete-stripe-payment-setup-request-dto.d.ts +0 -1
- package/dist/models/complete-stripe-payment-setup-request-dto.js +1 -2
- package/dist/models/create-payment-reminder-request-dto.d.ts +1 -7
- package/dist/models/create-payment-request-dto.d.ts +1 -7
- package/dist/models/create-psp-payment-method-request-dto.d.ts +1 -14
- package/dist/models/create-psp-payment-method-request-dto.js +1 -2
- package/dist/models/deactivated-payment-reminder-class.d.ts +1 -7
- package/dist/models/index.d.ts +0 -9
- package/dist/models/index.js +0 -9
- package/dist/models/initiate-adyen-payment-setup-request-dto.d.ts +0 -6
- package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +0 -6
- package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +0 -6
- package/dist/models/payment-class-without-expand-properties.d.ts +1 -7
- package/dist/models/payment-class.d.ts +1 -7
- package/dist/models/payment-reminder-class.d.ts +1 -7
- package/dist/models/refund-class.d.ts +1 -7
- package/models/complete-adyen-payment-setup-request-dto.ts +1 -2
- package/models/complete-payment-setup-request-dto.ts +0 -7
- package/models/complete-stripe-payment-setup-request-dto.ts +1 -2
- package/models/create-payment-reminder-request-dto.ts +1 -7
- package/models/create-payment-request-dto.ts +1 -7
- package/models/create-psp-payment-method-request-dto.ts +2 -15
- package/models/deactivated-payment-reminder-class.ts +1 -7
- package/models/index.ts +0 -9
- package/models/initiate-adyen-payment-setup-request-dto.ts +0 -6
- package/models/initiate-braintree-payment-setup-request-dto.ts +0 -6
- package/models/initiate-stripe-payment-setup-request-dto.ts +0 -6
- package/models/payment-class-without-expand-properties.ts +1 -7
- package/models/payment-class.ts +1 -7
- package/models/payment-reminder-class.ts +1 -7
- package/models/refund-class.ts +1 -7
- package/package.json +1 -1
- package/api/bank-orders-api.ts +0 -691
- package/dist/api/bank-orders-api.d.ts +0 -393
- package/dist/api/bank-orders-api.js +0 -642
- package/dist/models/bank-order-class.d.ts +0 -115
- package/dist/models/bank-order-class.js +0 -15
- package/dist/models/complete-eis-payment-setup-request-dto.d.ts +0 -42
- package/dist/models/complete-eis-payment-setup-request-dto.js +0 -15
- package/dist/models/create-bank-order-request-dto.d.ts +0 -74
- package/dist/models/create-bank-order-request-dto.js +0 -28
- package/dist/models/create-bank-order-response-class.d.ts +0 -25
- package/dist/models/create-bank-order-response-class.js +0 -15
- package/dist/models/financial-account-class.d.ts +0 -111
- package/dist/models/financial-account-class.js +0 -24
- package/dist/models/get-bank-order-response-class.d.ts +0 -25
- package/dist/models/get-bank-order-response-class.js +0 -15
- package/dist/models/list-bank-orders-response-class.d.ts +0 -31
- package/dist/models/list-bank-orders-response-class.js +0 -15
- package/dist/models/update-bank-order-request-dto.d.ts +0 -56
- package/dist/models/update-bank-order-request-dto.js +0 -23
- package/dist/models/update-bank-order-response-class.d.ts +0 -25
- package/dist/models/update-bank-order-response-class.js +0 -15
- package/models/bank-order-class.ts +0 -121
- package/models/complete-eis-payment-setup-request-dto.ts +0 -48
- package/models/create-bank-order-request-dto.ts +0 -84
- package/models/create-bank-order-response-class.ts +0 -31
- package/models/financial-account-class.ts +0 -120
- package/models/get-bank-order-response-class.ts +0 -31
- package/models/list-bank-orders-response-class.ts +0 -37
- package/models/update-bank-order-request-dto.ts +0 -65
- package/models/update-bank-order-response-class.ts +0 -31
|
@@ -27,10 +27,4 @@ export interface InitiateAdyenPaymentSetupRequestDto {
|
|
|
27
27
|
* @memberof InitiateAdyenPaymentSetupRequestDto
|
|
28
28
|
*/
|
|
29
29
|
'accountCode'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Unique identifier of the partner that this object belongs to.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof InitiateAdyenPaymentSetupRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'partnerCode'?: string;
|
|
36
30
|
}
|
|
@@ -27,10 +27,4 @@ export interface InitiateBraintreePaymentSetupRequestDto {
|
|
|
27
27
|
* @memberof InitiateBraintreePaymentSetupRequestDto
|
|
28
28
|
*/
|
|
29
29
|
'accountCode'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Unique identifier of the partner that this object belongs to.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof InitiateBraintreePaymentSetupRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'partnerCode'?: string;
|
|
36
30
|
}
|
|
@@ -27,10 +27,4 @@ export interface InitiateStripePaymentSetupRequestDto {
|
|
|
27
27
|
* @memberof InitiateStripePaymentSetupRequestDto
|
|
28
28
|
*/
|
|
29
29
|
'accountCode'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Unique identifier of the partner that this object belongs to.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof InitiateStripePaymentSetupRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'partnerCode'?: string;
|
|
36
30
|
}
|
|
@@ -38,13 +38,7 @@ export interface PaymentClassWithoutExpandProperties {
|
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof PaymentClassWithoutExpandProperties
|
|
40
40
|
*/
|
|
41
|
-
'accountCode'
|
|
42
|
-
/**
|
|
43
|
-
* Partner code associated to that payment.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PaymentClassWithoutExpandProperties
|
|
46
|
-
*/
|
|
47
|
-
'partnerCode'?: string;
|
|
41
|
+
'accountCode': string;
|
|
48
42
|
/**
|
|
49
43
|
* Amount to be paid in cents. 100 to charge 1€.
|
|
50
44
|
* @type {number}
|
|
@@ -39,13 +39,7 @@ export interface PaymentClass {
|
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof PaymentClass
|
|
41
41
|
*/
|
|
42
|
-
'accountCode'
|
|
43
|
-
/**
|
|
44
|
-
* Partner code associated to that payment.
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof PaymentClass
|
|
47
|
-
*/
|
|
48
|
-
'partnerCode'?: string;
|
|
42
|
+
'accountCode': string;
|
|
49
43
|
/**
|
|
50
44
|
* Amount to be paid in cents. 100 to charge 1€.
|
|
51
45
|
* @type {number}
|
|
@@ -38,13 +38,7 @@ export interface PaymentReminderClass {
|
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof PaymentReminderClass
|
|
40
40
|
*/
|
|
41
|
-
'accountCode'
|
|
42
|
-
/**
|
|
43
|
-
* Unique identifier of related partner.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PaymentReminderClass
|
|
46
|
-
*/
|
|
47
|
-
'partnerCode'?: string;
|
|
41
|
+
'accountCode': string;
|
|
48
42
|
/**
|
|
49
43
|
* Type of the invoice
|
|
50
44
|
* @type {string}
|
|
@@ -39,13 +39,7 @@ export interface RefundClass {
|
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof RefundClass
|
|
41
41
|
*/
|
|
42
|
-
'accountCode'
|
|
43
|
-
/**
|
|
44
|
-
* Partner code associated with the payment.
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof RefundClass
|
|
47
|
-
*/
|
|
48
|
-
'partnerCode'?: string;
|
|
42
|
+
'accountCode': string;
|
|
49
43
|
/**
|
|
50
44
|
* Amount that was refunded in cents. 100 to refund 1€.
|
|
51
45
|
* @type {number}
|
|
@@ -98,8 +98,7 @@ export const CompleteAdyenPaymentSetupRequestDtoPaymentMethodTypeEnum = {
|
|
|
98
98
|
SamsungPay: 'samsung_pay',
|
|
99
99
|
Venmo: 'venmo',
|
|
100
100
|
Masterpass: 'masterpass',
|
|
101
|
-
B4u: 'b4u'
|
|
102
|
-
Invoice: 'invoice'
|
|
101
|
+
B4u: 'b4u'
|
|
103
102
|
} as const;
|
|
104
103
|
|
|
105
104
|
export type CompleteAdyenPaymentSetupRequestDtoPaymentMethodTypeEnum = typeof CompleteAdyenPaymentSetupRequestDtoPaymentMethodTypeEnum[keyof typeof CompleteAdyenPaymentSetupRequestDtoPaymentMethodTypeEnum];
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
|
|
16
16
|
import { CompleteAdyenPaymentSetupRequestDto } from './complete-adyen-payment-setup-request-dto';
|
|
17
17
|
import { CompleteBraintreePaymentSetupRequestDto } from './complete-braintree-payment-setup-request-dto';
|
|
18
|
-
import { CompleteEisPaymentSetupRequestDto } from './complete-eis-payment-setup-request-dto';
|
|
19
18
|
import { CompleteStripePaymentSetupRequestDto } from './complete-stripe-payment-setup-request-dto';
|
|
20
19
|
|
|
21
20
|
/**
|
|
@@ -48,11 +47,5 @@ export interface CompletePaymentSetupRequestDto {
|
|
|
48
47
|
* @memberof CompletePaymentSetupRequestDto
|
|
49
48
|
*/
|
|
50
49
|
'adyen'?: CompleteAdyenPaymentSetupRequestDto;
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @type {CompleteEisPaymentSetupRequestDto}
|
|
54
|
-
* @memberof CompletePaymentSetupRequestDto
|
|
55
|
-
*/
|
|
56
|
-
'eis'?: CompleteEisPaymentSetupRequestDto;
|
|
57
50
|
}
|
|
58
51
|
|
|
@@ -97,8 +97,7 @@ export const CompleteStripePaymentSetupRequestDtoPaymentMethodTypeEnum = {
|
|
|
97
97
|
SamsungPay: 'samsung_pay',
|
|
98
98
|
Venmo: 'venmo',
|
|
99
99
|
Masterpass: 'masterpass',
|
|
100
|
-
B4u: 'b4u'
|
|
101
|
-
Invoice: 'invoice'
|
|
100
|
+
B4u: 'b4u'
|
|
102
101
|
} as const;
|
|
103
102
|
|
|
104
103
|
export type CompleteStripePaymentSetupRequestDtoPaymentMethodTypeEnum = typeof CompleteStripePaymentSetupRequestDtoPaymentMethodTypeEnum[keyof typeof CompleteStripePaymentSetupRequestDtoPaymentMethodTypeEnum];
|
|
@@ -37,13 +37,7 @@ export interface CreatePaymentReminderRequestDto {
|
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof CreatePaymentReminderRequestDto
|
|
39
39
|
*/
|
|
40
|
-
'accountCode'
|
|
41
|
-
/**
|
|
42
|
-
* Code referencing the partner for which this reminder is created.
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof CreatePaymentReminderRequestDto
|
|
45
|
-
*/
|
|
46
|
-
'partnerCode'?: string;
|
|
40
|
+
'accountCode': string;
|
|
47
41
|
/**
|
|
48
42
|
* The type of invoice is used to determine the proper workflow.
|
|
49
43
|
* @type {string}
|
|
@@ -25,13 +25,7 @@ export interface CreatePaymentRequestDto {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof CreatePaymentRequestDto
|
|
27
27
|
*/
|
|
28
|
-
'accountCode'
|
|
29
|
-
/**
|
|
30
|
-
* Partner code associated to that payment.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof CreatePaymentRequestDto
|
|
33
|
-
*/
|
|
34
|
-
'partnerCode'?: string;
|
|
28
|
+
'accountCode': string;
|
|
35
29
|
/**
|
|
36
30
|
* Amount to be paid in cents. 100 to charge 1€.
|
|
37
31
|
* @type {number}
|
|
@@ -33,13 +33,7 @@ export interface CreatePspPaymentMethodRequestDto {
|
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof CreatePspPaymentMethodRequestDto
|
|
35
35
|
*/
|
|
36
|
-
'accountCode'
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof CreatePspPaymentMethodRequestDto
|
|
41
|
-
*/
|
|
42
|
-
'partnerCode'?: string;
|
|
36
|
+
'accountCode': string;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {SepaDirectDto}
|
|
@@ -58,12 +52,6 @@ export interface CreatePspPaymentMethodRequestDto {
|
|
|
58
52
|
* @memberof CreatePspPaymentMethodRequestDto
|
|
59
53
|
*/
|
|
60
54
|
'productSlug'?: string;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof CreatePspPaymentMethodRequestDto
|
|
65
|
-
*/
|
|
66
|
-
'leadCode'?: string;
|
|
67
55
|
}
|
|
68
56
|
|
|
69
57
|
export const CreatePspPaymentMethodRequestDtoTypeEnum = {
|
|
@@ -80,8 +68,7 @@ export const CreatePspPaymentMethodRequestDtoTypeEnum = {
|
|
|
80
68
|
SamsungPay: 'samsung_pay',
|
|
81
69
|
Venmo: 'venmo',
|
|
82
70
|
Masterpass: 'masterpass',
|
|
83
|
-
B4u: 'b4u'
|
|
84
|
-
Invoice: 'invoice'
|
|
71
|
+
B4u: 'b4u'
|
|
85
72
|
} as const;
|
|
86
73
|
|
|
87
74
|
export type CreatePspPaymentMethodRequestDtoTypeEnum = typeof CreatePspPaymentMethodRequestDtoTypeEnum[keyof typeof CreatePspPaymentMethodRequestDtoTypeEnum];
|
|
@@ -43,13 +43,7 @@ export interface DeactivatedPaymentReminderClass {
|
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof DeactivatedPaymentReminderClass
|
|
45
45
|
*/
|
|
46
|
-
'accountCode'
|
|
47
|
-
/**
|
|
48
|
-
* Unique identifier of related partner.
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof DeactivatedPaymentReminderClass
|
|
51
|
-
*/
|
|
52
|
-
'partnerCode'?: string;
|
|
46
|
+
'accountCode': string;
|
|
53
47
|
/**
|
|
54
48
|
* Type of the invoice
|
|
55
49
|
* @type {string}
|
package/models/index.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from './bank-account-class';
|
|
2
2
|
export * from './bank-account-class-without-expand-properties';
|
|
3
|
-
export * from './bank-order-class';
|
|
4
3
|
export * from './bank-transaction-class';
|
|
5
4
|
export * from './bank-transaction-class-without-expand-properties';
|
|
6
5
|
export * from './billing-profile-dto';
|
|
@@ -8,14 +7,11 @@ export * from './billing-profile-limited-response-dto';
|
|
|
8
7
|
export * from './card-details-dto';
|
|
9
8
|
export * from './complete-adyen-payment-setup-request-dto';
|
|
10
9
|
export * from './complete-braintree-payment-setup-request-dto';
|
|
11
|
-
export * from './complete-eis-payment-setup-request-dto';
|
|
12
10
|
export * from './complete-payment-setup-request-dto';
|
|
13
11
|
export * from './complete-payment-setup-response-class';
|
|
14
12
|
export * from './complete-stripe-payment-setup-request-dto';
|
|
15
13
|
export * from './create-bank-account-request-dto';
|
|
16
14
|
export * from './create-bank-account-response-class';
|
|
17
|
-
export * from './create-bank-order-request-dto';
|
|
18
|
-
export * from './create-bank-order-response-class';
|
|
19
15
|
export * from './create-payment-method-response-class';
|
|
20
16
|
export * from './create-payment-reminder-request-dto';
|
|
21
17
|
export * from './create-payment-reminder-response-class';
|
|
@@ -29,10 +25,8 @@ export * from './create-tenant-bank-account-response-class';
|
|
|
29
25
|
export * from './deactivate-payment-reminder-request-dto';
|
|
30
26
|
export * from './deactivate-payment-reminder-response-class';
|
|
31
27
|
export * from './deactivated-payment-reminder-class';
|
|
32
|
-
export * from './financial-account-class';
|
|
33
28
|
export * from './generate-invoice-match-suggestions-response-class';
|
|
34
29
|
export * from './get-bank-account-response-class';
|
|
35
|
-
export * from './get-bank-order-response-class';
|
|
36
30
|
export * from './get-bank-transactions-response-class';
|
|
37
31
|
export * from './get-payment-method-response-class';
|
|
38
32
|
export * from './get-payment-reminder-response-class';
|
|
@@ -54,7 +48,6 @@ export * from './invoice-match-suggestion-class';
|
|
|
54
48
|
export * from './link-bank-transaction-request-dto-rest';
|
|
55
49
|
export * from './link-bank-transactions-response-class';
|
|
56
50
|
export * from './list-bank-accounts-response-class';
|
|
57
|
-
export * from './list-bank-orders-response-class';
|
|
58
51
|
export * from './list-bank-transactions-response-class';
|
|
59
52
|
export * from './list-payment-methods-response-class';
|
|
60
53
|
export * from './list-payment-reminders-response-class';
|
|
@@ -81,8 +74,6 @@ export * from './unlinked-bank-transaction-response-class';
|
|
|
81
74
|
export * from './update-bank-account-request-dto';
|
|
82
75
|
export * from './update-bank-account-request-dto-rest';
|
|
83
76
|
export * from './update-bank-account-response-class';
|
|
84
|
-
export * from './update-bank-order-request-dto';
|
|
85
|
-
export * from './update-bank-order-response-class';
|
|
86
77
|
export * from './update-tenant-bank-account-response-class';
|
|
87
78
|
export * from './update-tenant-bank-account-rest-request-dto';
|
|
88
79
|
export * from './validate-pspconfig-request-dto';
|
|
@@ -32,11 +32,5 @@ export interface InitiateAdyenPaymentSetupRequestDto {
|
|
|
32
32
|
* @memberof InitiateAdyenPaymentSetupRequestDto
|
|
33
33
|
*/
|
|
34
34
|
'accountCode'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Unique identifier of the partner that this object belongs to.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof InitiateAdyenPaymentSetupRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'partnerCode'?: string;
|
|
41
35
|
}
|
|
42
36
|
|
|
@@ -32,11 +32,5 @@ export interface InitiateBraintreePaymentSetupRequestDto {
|
|
|
32
32
|
* @memberof InitiateBraintreePaymentSetupRequestDto
|
|
33
33
|
*/
|
|
34
34
|
'accountCode'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Unique identifier of the partner that this object belongs to.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof InitiateBraintreePaymentSetupRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'partnerCode'?: string;
|
|
41
35
|
}
|
|
42
36
|
|
|
@@ -32,11 +32,5 @@ export interface InitiateStripePaymentSetupRequestDto {
|
|
|
32
32
|
* @memberof InitiateStripePaymentSetupRequestDto
|
|
33
33
|
*/
|
|
34
34
|
'accountCode'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Unique identifier of the partner that this object belongs to.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof InitiateStripePaymentSetupRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'partnerCode'?: string;
|
|
41
35
|
}
|
|
42
36
|
|
|
@@ -43,13 +43,7 @@ export interface PaymentClassWithoutExpandProperties {
|
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof PaymentClassWithoutExpandProperties
|
|
45
45
|
*/
|
|
46
|
-
'accountCode'
|
|
47
|
-
/**
|
|
48
|
-
* Partner code associated to that payment.
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof PaymentClassWithoutExpandProperties
|
|
51
|
-
*/
|
|
52
|
-
'partnerCode'?: string;
|
|
46
|
+
'accountCode': string;
|
|
53
47
|
/**
|
|
54
48
|
* Amount to be paid in cents. 100 to charge 1€.
|
|
55
49
|
* @type {number}
|
package/models/payment-class.ts
CHANGED
|
@@ -44,13 +44,7 @@ export interface PaymentClass {
|
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof PaymentClass
|
|
46
46
|
*/
|
|
47
|
-
'accountCode'
|
|
48
|
-
/**
|
|
49
|
-
* Partner code associated to that payment.
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PaymentClass
|
|
52
|
-
*/
|
|
53
|
-
'partnerCode'?: string;
|
|
47
|
+
'accountCode': string;
|
|
54
48
|
/**
|
|
55
49
|
* Amount to be paid in cents. 100 to charge 1€.
|
|
56
50
|
* @type {number}
|
|
@@ -43,13 +43,7 @@ export interface PaymentReminderClass {
|
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof PaymentReminderClass
|
|
45
45
|
*/
|
|
46
|
-
'accountCode'
|
|
47
|
-
/**
|
|
48
|
-
* Unique identifier of related partner.
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof PaymentReminderClass
|
|
51
|
-
*/
|
|
52
|
-
'partnerCode'?: string;
|
|
46
|
+
'accountCode': string;
|
|
53
47
|
/**
|
|
54
48
|
* Type of the invoice
|
|
55
49
|
* @type {string}
|
package/models/refund-class.ts
CHANGED
|
@@ -44,13 +44,7 @@ export interface RefundClass {
|
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof RefundClass
|
|
46
46
|
*/
|
|
47
|
-
'accountCode'
|
|
48
|
-
/**
|
|
49
|
-
* Partner code associated with the payment.
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof RefundClass
|
|
52
|
-
*/
|
|
53
|
-
'partnerCode'?: string;
|
|
47
|
+
'accountCode': string;
|
|
54
48
|
/**
|
|
55
49
|
* Amount that was refunded in cents. 100 to refund 1€.
|
|
56
50
|
* @type {number}
|