@chevre/factory 4.313.0-alpha.6 → 4.313.0-alpha.7
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IAttributes as IReturnOrderActionAttributes } from '../action/transfer/return/order';
|
|
2
2
|
import { IExtendId } from '../autoGenerated';
|
|
3
|
-
import { IMerchantReturnPolicy, ReturnFeesEnumeration } from '../merchantReturnPolicy';
|
|
3
|
+
import { ICustomerRemorseReturnFeesMovieTicket, IMerchantReturnPolicy, ReturnFeesEnumeration } from '../merchantReturnPolicy';
|
|
4
4
|
import { IProject } from '../project';
|
|
5
5
|
import * as TransactionFactory from '../transaction';
|
|
6
6
|
import { TransactionType } from '../transactionType';
|
|
@@ -127,7 +127,13 @@ export interface IReturnFeesMovieTicket {
|
|
|
127
127
|
/**
|
|
128
128
|
* 着券取消実行有無
|
|
129
129
|
*/
|
|
130
|
-
returnFees:
|
|
130
|
+
returnFees: ICustomerRemorseReturnFeesMovieTicket;
|
|
131
|
+
serviceOutput: {
|
|
132
|
+
/**
|
|
133
|
+
* 決済方法区分
|
|
134
|
+
*/
|
|
135
|
+
typeOf: string;
|
|
136
|
+
};
|
|
131
137
|
}
|
|
132
138
|
/**
|
|
133
139
|
* 取引に適用される返品ポリシー
|