@emilgroup/payment-sdk 1.13.1-beta.95 → 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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.13.1-beta.95",
3
+ "version": "1.13.1-beta.96",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [