TransactionProductSets
回数券取引情報を取得します。
Columns
| Name | Type | References | Description |
| TransactionHeadId | Integer |
Transactions.TransactionHeadId | 回数券を購入した取引のID |
| TransactionProductSetId | Integer | 回数券取引毎に付与するID | |
| TransactionDetailId | Integer | 回数券を購入した取引明細のID | |
| ProductSetId | Integer | 回数券の商品ID | |
| ProductSetCode | String | 回数券の商品コード | |
| ProductSetName | String | 回数券の商品名 | |
| ProductSetPrice | Integer | 回数券の商品単価 | |
| ProductSetCategoryId | String | 回数券部門ID | |
| ProductSetCategoryName | String | 回数券の部門名 | |
| CustomerId | Long | 会員ID:回数券を購入した会員のID※ 会員販売でない場合nullが設定されます。 | |
| PurchaseDateTime | Datetime | 購入日時:回数券を購入した日時 | |
| ExpireDate | Date | 有効期限日 ※ 期限がない場合nullが設定されます。 | |
| ConsumeDateTime | Datetime | 最終使用日時:回数券を最後に使用した日時 ※ 未使用の場合nullが設定されます。 | |
| Status | String | 回数券取引状態区分(0: 使用中、1: 使用完了、2: 期限切れ) | |
| OptionConsumeLimit | String | オプション使用上限数:オプション商品全体の使用上限数 ※ オプションを登録していない場合nullが設定されます。 |