@d19n/youfibre-odin-sdk 1.0.239 → 1.0.240
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.
|
@@ -14,7 +14,7 @@ import { OdinRecordCreateDto, OdinRecordCreatedEvent } from '@d19n/odin-types/di
|
|
|
14
14
|
* Properties for CreatePaymentMethodRefund action
|
|
15
15
|
*
|
|
16
16
|
* @property Required fields: 2
|
|
17
|
-
* @property Optional fields:
|
|
17
|
+
* @property Optional fields: 1
|
|
18
18
|
*/
|
|
19
19
|
export interface CreatePaymentMethodRefundProperties {
|
|
20
20
|
/**
|
|
@@ -33,6 +33,13 @@ export interface CreatePaymentMethodRefundProperties {
|
|
|
33
33
|
* @required
|
|
34
34
|
*/
|
|
35
35
|
Description: string;
|
|
36
|
+
/**
|
|
37
|
+
* AuthorizedBy
|
|
38
|
+
*
|
|
39
|
+
* Authorized By (Finance - PaymentMethodRefund)
|
|
40
|
+
* @type {TEXT}
|
|
41
|
+
*/
|
|
42
|
+
AuthorizedBy?: string;
|
|
36
43
|
}
|
|
37
44
|
/**
|
|
38
45
|
* CreatePaymentMethodRefund
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
* Properties for CreatePaymentMethodRefund action
|
|
25
25
|
*
|
|
26
26
|
* @property Required fields: 2
|
|
27
|
-
* @property Optional fields:
|
|
27
|
+
* @property Optional fields: 1
|
|
28
28
|
*/
|
|
29
29
|
export interface CreatePaymentMethodRefundProperties {
|
|
30
30
|
/**
|
|
@@ -43,6 +43,13 @@ export interface CreatePaymentMethodRefundProperties {
|
|
|
43
43
|
* @required
|
|
44
44
|
*/
|
|
45
45
|
Description: string;
|
|
46
|
+
/**
|
|
47
|
+
* AuthorizedBy
|
|
48
|
+
*
|
|
49
|
+
* Authorized By (Finance - PaymentMethodRefund)
|
|
50
|
+
* @type {TEXT}
|
|
51
|
+
*/
|
|
52
|
+
AuthorizedBy?: string;
|
|
46
53
|
}
|
|
47
54
|
|
|
48
55
|
/**
|