> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/transit-digitization/ja/meru/gai-nian/kdoakauntotodejitarukdonomoderu.md).

# カードアカウントとデジタルカードのモデル

次の図は D1 Transit ソリューション内のデータモデルを表しています。

<figure><img src="/files/e6d27a72a21ea5dc473229c59ac06df87ba58ccf" alt=""><figcaption></figcaption></figure>

#### トランジット イシュア <a href="#transit-issuer" id="transit-issuer"></a>

トランジット イシュアは D1 Transit が接続されている顧客を表します。

これは PTO（事業者）そのもの、またはトランジット ハブ（トランジット集約者）のいずれかであり得ます。

#### &#x20;<a href="#fare-products" id="fare-products"></a>

#### 運賃商品 <a href="#fare-products" id="fare-products"></a>

運賃商品は通勤者が購入して使用できるさまざまな種類の商品を表します。

これはストアドバリュー商品（例：パース）、回数制の商品（例：回数券）、または期間制の商品（例：月間パス）であり得ます。

参照 [運賃商品](/transit-digitization/ja/meru/gai-nian/purodakuto.md) 詳細についてはセクションを参照してください。

#### カードアカウント <a href="#card-account" id="card-account"></a>

カードアカウントはエンドユーザーを運賃商品に紐づける基本単位です。

カードアカウントは複数の運賃商品を持つことができ、エンドユーザーに属します。ABT の場合、カードアカウントは通常資金源に紐づけられます。

{% hint style="info" %}
D1 Transit ソリューション内では、カードアカウントは次の形式の一意の識別子（Thales によって生成）を持ちます：\
\
**F + WalletProviderId + ShortIssuerId + UUID**\
ここで：

* '+' は連結を示します
* WalletProviderId は '**APL**' が Apple 向け、 '**GGL**' が Google 向け、または '**SSG**' が Samsung 向けです
* ShortIssuerId はオンボーディング時にトランジット イシュアに割り当てられる一意の ID です（**注：これは issuerId ではありません**)
* UUID はハイフン（'-'）を含みません

**例：**`FAPLSW8D8AC610566D4EF09C22186B2A5ED793`
{% endhint %}

#### ユーザー <a href="#user" id="user"></a>

ユーザーはサービスを利用する人物（物理的な意味）です。使用されるデジタルウォレットによって、User エンティティはウォレットアカウント（Apple の場合は iCloud アカウント識別子など）で表されるか、特定のデバイス上のウォレットアカウントのインスタンス（例：Google の walletId）のどちらかで表されます。

いずれの場合も、これらの識別子は匿名化されています。

#### ウォレットプロバイダー <a href="#wallet-provider" id="wallet-provider"></a>

ウォレットプロバイダーはエンドユーザーにデジタルウォレットを提供する事業体です。

現時点で D1 Transit は Apple Wallet をサポートしています。Google と Samsung は今後対応予定です…

#### ウォレットアプリ <a href="#wallet-app" id="wallet-app"></a>

これはデジタルウォレットです。これは（高レベルでは）デバイスに格納された運賃商品のコンテナ（CBT の場合）またはトランジット イシュアのバックオフィスで運賃商品にリンクされたトランジットアカウント識別子（ABT の場合）を表します。

#### デジタルカード <a href="#digital-card" id="digital-card"></a>

デジタルカードはウォレットアプリ内のカードアカウントのインスタンスです。

{% hint style="info" %}
D1 Transit ソリューション内では、デジタルカードは次の形式の一意の識別子（Thales によって生成）を持ちます：\
\
**D + WalletProviderId + ShortIssuerId + UUID**\
ここで：

* '+' は連結を示します
* WalletProviderId は '**APL**' が Apple 向け、 '**GGL**' が Google 向け、または '**SSG**' が Samsung 向けです
* ShortIssuerId はオンボーディング時にトランジット イシュアに割り当てられる一意の ID です（**注：これは issuerId ではありません**)
* UUID はハイフン（'-'）を含みません

**例：**`DGGLSW8D8AC610566D4EF09C22186B2A5ED756`
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/transit-digitization/ja/meru/gai-nian/kdoakauntotodejitarukdonomoderu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
