@chevre/factory 4.201.0 → 4.202.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.
|
@@ -124,6 +124,14 @@ export interface IAcceptedTicketOfferWithoutDetail {
|
|
|
124
124
|
addOn?: IAcceptedAddOn[];
|
|
125
125
|
paymentMethod?: IAcceptedPaymentMethod;
|
|
126
126
|
additionalProperty?: IPropertyValue<string>[];
|
|
127
|
+
priceSpecification?: {
|
|
128
|
+
appliesToMovieTicket?: {
|
|
129
|
+
/**
|
|
130
|
+
* 適用MovieTicket購入番号
|
|
131
|
+
*/
|
|
132
|
+
identifier?: string;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
127
135
|
}
|
|
128
136
|
/**
|
|
129
137
|
* 受け入れられたチケットオファー
|