Sha256: 2769f8267d610fd911a7747751381db22e2a6711f0d17deda0c30a83a513e291

Contents?: true

Size: 846 Bytes

Versions: 3

Compression:

Stored size: 846 Bytes

Contents

# Gbizinfo::SubsidyInfo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **String** | 金額 | [optional] |
| **date_of_approval** | **String** | 認定日 | [optional] |
| **government_departments** | **String** | 府省 | [optional] |
| **joint_signatures** | **Array<String>** | 連名 | [optional] |
| **note** | **String** | 備考 | [optional] |
| **subsidy_resource** | **String** | 補助金財源 | [optional] |
| **target** | **String** | 対象 | [optional] |
| **title** | **String** | 補助金等 | [optional] |

## Example

```ruby
require 'gbizinfo'

instance = Gbizinfo::SubsidyInfo.new(
  amount: null,
  date_of_approval: null,
  government_departments: null,
  joint_signatures: null,
  note: null,
  subsidy_resource: null,
  target: null,
  title: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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