@chevre/factory 4.351.0-alpha.2 → 4.351.0-alpha.4
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.
|
@@ -3,7 +3,7 @@ import { AccountType } from '../accountType';
|
|
|
3
3
|
import { IObject as IConfirmReservationObject } from '../action/interact/confirm/reservation';
|
|
4
4
|
import { IAttributes as IOrderActionAttributes } from '../action/trade/order';
|
|
5
5
|
import { IObject as IGivePointAwardObject } from '../action/transfer/give/pointAward';
|
|
6
|
-
import { IEntryTranArgs, IEntryTranResult, IExecTran3dsResult, IExecTranArgs, IExecTranResult } from '../assetTransaction/pay';
|
|
6
|
+
import { IEntryTranArgs, IEntryTranResult, IExecTran3dsResult, IExecTranArgs, IExecTranResult, IPaymentMethodWithoutDetail } from '../assetTransaction/pay';
|
|
7
7
|
import { IExtendId } from '../autoGenerated';
|
|
8
8
|
import { IClientUser } from '../clientUser';
|
|
9
9
|
import * as OrderFactory from '../order';
|
|
@@ -33,6 +33,7 @@ export interface IPaymentMethodByPaymentUrl {
|
|
|
33
33
|
entryTranResult?: IEntryTranResult;
|
|
34
34
|
execTranArgs?: IExecTranArgs;
|
|
35
35
|
execTranResult?: IExecTranResult | IExecTran3dsResult;
|
|
36
|
+
paymentMethod?: IPaymentMethodWithoutDetail;
|
|
36
37
|
}
|
|
37
38
|
/**
|
|
38
39
|
* 注文特典口座
|