Sha256: 738520bd467a63130c7e29e380890b2269e686a0f065d517c6da7810415de8b3
Contents?: true
Size: 1.28 KB
Versions: 4
Compression:
Stored size: 1.28 KB
Contents
# ColorMeShop::Customer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | 顧客ID | [optional] **account_id** | **String** | ショップアカウントID | [optional] **name** | **String** | 顧客の名前 | [optional] **furigana** | **String** | 名前のフリガナ | [optional] **hojin** | **String** | 法人名 | [optional] **busho** | **String** | 部署名 | [optional] **sex** | **String** | 性別 | [optional] **postal** | **String** | 郵便番号 | [optional] **pref_id** | **Integer** | 都道府県の通し番号。北海道が1、沖縄が47 | [optional] **pref_name** | **String** | 都道府県名 | [optional] **address1** | **String** | 住所1 | [optional] **address2** | **String** | 住所2 | [optional] **mail** | **String** | メールアドレス | [optional] **tel** | **String** | 電話番号 | [optional] **fax** | **String** | FAX番号 | [optional] **tel_mobile** | **String** | 携帯電話番号 | [optional] **memo** | **String** | 備考 | [optional] **points** | **Integer** | 保有ポイント数 | [optional] **member** | **BOOLEAN** | 会員登録済みであるか否か | [optional] **sales_count** | **Integer** | これまでの購入回数 | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
color_me_shop-1.2.0.rc1 | docs/Customer.md |
color_me_shop-1.1.1 | docs/Customer.md |
color_me_shop-1.1.0 | docs/Customer.md |
color_me_shop-1.0.0 | docs/Customer.md |