@chevre/factory 4.325.0-alpha.5 → 4.325.0
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.
|
@@ -111,18 +111,10 @@ export interface IResult {
|
|
|
111
111
|
* The identifier for the account the payment will be applied to.
|
|
112
112
|
*/
|
|
113
113
|
accountId: string;
|
|
114
|
-
/**
|
|
115
|
-
* The amount of money.
|
|
116
|
-
* 廃止(2023-08-07~)
|
|
117
|
-
*/
|
|
118
|
-
/**
|
|
119
|
-
* 決済方法
|
|
120
|
-
* @deprecated Use paymentMethodAsObject(2023-08-15~)
|
|
121
|
-
*/
|
|
122
|
-
paymentMethod?: AvailablePaymentMethodType;
|
|
123
114
|
/**
|
|
124
115
|
* 決済方法
|
|
125
116
|
* amount.currencyに対応するために追加(2023-08-13~)
|
|
117
|
+
* startDate>=2022-08-16T00:00:00Zのアクションの関しては互換性維持済
|
|
126
118
|
*/
|
|
127
119
|
paymentMethodAsObject: IResultPaymentMethod;
|
|
128
120
|
/**
|