Sha256: de7e1bb2d3c91c47a6577999e69461fe4ed7f1fdae657f1a76ebc64158bbc730

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

# MfkOpenapiRubyClient::Customer

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | 顧客が登録された日時を示します。 | [optional] |
| **has_alert** | **Boolean** | アラートの有無を示します。アラートがある場合は`true`、ない場合は`false`を返します。アラートがあると、自動で毎月付与されている与信枠が停止します。 | [optional][default to false] |
| **id** | **String** | 顧客IDです。 Money Forward Kessaiによって発番される一意の識別子です。 | [optional] |
| **name** | **String** | 顧客名です。 | [optional] |
| **number** | **String** | 顧客に付与できる任意の顧客番号です。自動で付与される顧客IDとは別に、売り手様が独自に管理する識別子を登録することができます。ただし、売り手様の管理される顧客間で一意でなければなりません。 | [optional] |
| **object** | **String** | このObjectの種別を示します。ここでは必ず`customer`が入ります。 | [optional] |
| **payment_method** | [**PaymentMethod**](PaymentMethod.md) |  | [optional] |
| **uri** | **String** | 顧客URIです。すべてのリソースで一意の識別子として自動で付与されます。 | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::Customer.new(
  created_at: 2019-04-01T10:36:43+09:00,
  has_alert: null,
  id: 7679-YW36,
  name: サンプル顧客,
  number: CUSTOMER0001,
  object: customer,
  payment_method: null,
  uri: mfk:customer:7679-YW36
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/Customer.md