@emilgroup/payment-sdk 1.13.1-beta.94 → 1.13.1-beta.96
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 +5 -0
- package/README.md +2 -2
- package/api/policy-payment-methods-api.ts +188 -0
- package/dist/api/policy-payment-methods-api.d.ts +110 -0
- package/dist/api/policy-payment-methods-api.js +129 -0
- package/dist/models/create-psp-payment-method-request-dto.d.ts +7 -0
- package/dist/models/eis-sepa-debit-dto.d.ts +55 -0
- package/dist/models/eis-sepa-debit-dto.js +15 -0
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/dist/models/list-policy-payment-methods-response-class.d.ts +31 -0
- package/dist/models/list-policy-payment-methods-response-class.js +15 -0
- package/dist/models/mandate-dto.d.ts +43 -0
- package/dist/models/mandate-dto.js +15 -0
- package/dist/models/mandate-hash-data-dto.d.ts +42 -0
- package/dist/models/mandate-hash-data-dto.js +15 -0
- package/dist/models/mandate-reference-class.d.ts +90 -0
- package/dist/models/mandate-reference-class.js +15 -0
- package/dist/models/policy-payment-method-class.d.ts +13 -0
- package/models/create-psp-payment-method-request-dto.ts +7 -0
- package/models/eis-sepa-debit-dto.ts +61 -0
- package/models/index.ts +5 -0
- package/models/list-policy-payment-methods-response-class.ts +37 -0
- package/models/mandate-dto.ts +49 -0
- package/models/mandate-hash-data-dto.ts +48 -0
- package/models/mandate-reference-class.ts +96 -0
- package/models/policy-payment-method-class.ts +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Emil Payment Service
|
|
5
|
+
* This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
* Contact: kontakt@emil.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface MandateReferenceClass
|
|
21
|
+
*/
|
|
22
|
+
export interface MandateReferenceClass {
|
|
23
|
+
/**
|
|
24
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof MandateReferenceClass
|
|
27
|
+
*/
|
|
28
|
+
'id': number;
|
|
29
|
+
/**
|
|
30
|
+
* Unique identifier for the object.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof MandateReferenceClass
|
|
33
|
+
*/
|
|
34
|
+
'code': string;
|
|
35
|
+
/**
|
|
36
|
+
* SEPA mandate reference identifier
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof MandateReferenceClass
|
|
39
|
+
*/
|
|
40
|
+
'mandateReference': string;
|
|
41
|
+
/**
|
|
42
|
+
* Date when mandate was created
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof MandateReferenceClass
|
|
45
|
+
*/
|
|
46
|
+
'mandateCreatedAt': string;
|
|
47
|
+
/**
|
|
48
|
+
* SEPA creditor identifier
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof MandateReferenceClass
|
|
51
|
+
*/
|
|
52
|
+
'creditorId': string;
|
|
53
|
+
/**
|
|
54
|
+
* Optional hash of mandate document
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof MandateReferenceClass
|
|
57
|
+
*/
|
|
58
|
+
'hash'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Optional mandate hash data containing signature details
|
|
61
|
+
* @type {object}
|
|
62
|
+
* @memberof MandateReferenceClass
|
|
63
|
+
*/
|
|
64
|
+
'hashData'?: object;
|
|
65
|
+
/**
|
|
66
|
+
* Payment method code associated with this mandate
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof MandateReferenceClass
|
|
69
|
+
*/
|
|
70
|
+
'paymentMethodCode': string;
|
|
71
|
+
/**
|
|
72
|
+
* Identifier of the user who created the record.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof MandateReferenceClass
|
|
75
|
+
*/
|
|
76
|
+
'createdBy': string;
|
|
77
|
+
/**
|
|
78
|
+
* Identifier of the user who last updated the record.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof MandateReferenceClass
|
|
81
|
+
*/
|
|
82
|
+
'updatedBy': string;
|
|
83
|
+
/**
|
|
84
|
+
* Time at which the object was created.
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof MandateReferenceClass
|
|
87
|
+
*/
|
|
88
|
+
'createdAt': string;
|
|
89
|
+
/**
|
|
90
|
+
* Time at which the object was updated.
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof MandateReferenceClass
|
|
93
|
+
*/
|
|
94
|
+
'updatedAt': string;
|
|
95
|
+
}
|
|
96
|
+
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
import { MandateReferenceClass } from './mandate-reference-class';
|
|
16
17
|
import { PaymentMethodClass } from './payment-method-class';
|
|
17
18
|
|
|
18
19
|
/**
|
|
@@ -75,5 +76,17 @@ export interface PolicyPaymentMethodClass {
|
|
|
75
76
|
* @memberof PolicyPaymentMethodClass
|
|
76
77
|
*/
|
|
77
78
|
'paymentMethod': PaymentMethodClass;
|
|
79
|
+
/**
|
|
80
|
+
* Mandate reference ID for sepa debit payment methods
|
|
81
|
+
* @type {number}
|
|
82
|
+
* @memberof PolicyPaymentMethodClass
|
|
83
|
+
*/
|
|
84
|
+
'mandateReferenceId'?: number;
|
|
85
|
+
/**
|
|
86
|
+
* Mandate reference details for sepa debit payment methods
|
|
87
|
+
* @type {MandateReferenceClass}
|
|
88
|
+
* @memberof PolicyPaymentMethodClass
|
|
89
|
+
*/
|
|
90
|
+
'mandateReference'?: MandateReferenceClass;
|
|
78
91
|
}
|
|
79
92
|
|