Sha256: b542974b7407222616ae8d5360a5db34d8d48fce37f43c2cb1f8c92739300f6b

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

# Gbizinfo::ProcurementInfo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | 金額 | [optional] |
| **date_of_order** | **String** | 受注日 | [optional] |
| **government_departments** | **String** | 府省 | [optional] |
| **joint_signatures** | **Array<String>** | 連名 | [optional] |
| **title** | **String** | 事業名 | [optional] |

## Example

```ruby
require 'gbizinfo'

instance = Gbizinfo::ProcurementInfo.new(
  amount: null,
  date_of_order: null,
  government_departments: null,
  joint_signatures: null,
  title: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gbizinfo-0.2.1 docs/ProcurementInfo.md
gbizinfo-0.2.0 docs/ProcurementInfo.md
gbizinfo-0.1.0 docs/ProcurementInfo.md