Sha256: e59917125a8dcc95075fc6dc9179f978ac2858aaf26fecad85821472f439e820

Contents?: true

Size: 901 Bytes

Versions: 16

Compression:

Stored size: 901 Bytes

Contents

# OpenapiClient::PayrunResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The Affix-assigned id of the individual |  |
| **remote_id** | **String** | the remote system-assigned id of the payrun |  |
| **state** | **String** |  |  |
| **type** | [**PayrunTypeResponse**](PayrunTypeResponse.md) |  |  |
| **start_date** | **Date** | Payrun period start date |  |
| **end_date** | **Date** | Payrun period end date |  |
| **payment_date** | **Date** | Payment date / check date |  |

## Example

```ruby
require 'openapi_client'

instance = OpenapiClient::PayrunResponse.new(
  id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  remote_id: 19202938,
  state: paid,
  type: null,
  start_date: Wed Jan 01 00:00:00 UTC 2020,
  end_date: Fri Jan 31 00:00:00 UTC 2020,
  payment_date: Mon Jan 27 00:00:00 UTC 2020
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
affixapi-1.1.102 docs/PayrunResponse.md
affixapi-1.1.101 docs/PayrunResponse.md
affixapi-1.1.100 docs/PayrunResponse.md
affixapi-1.1.99 docs/PayrunResponse.md
affixapi-1.1.94 docs/PayrunResponse.md
affixapi-1.1.93 docs/PayrunResponse.md
affixapi-1.1.92 docs/PayrunResponse.md
affixapi-1.1.91 docs/PayrunResponse.md
affixapi-1.1.90 docs/PayrunResponse.md
affixapi-1.1.89 docs/PayrunResponse.md
affixapi-1.1.88 docs/PayrunResponse.md
affixapi-1.1.87 docs/PayrunResponse.md
affixapi-1.1.86 docs/PayrunResponse.md
affixapi-1.1.85 docs/PayrunResponse.md
affixapi-1.1.84 docs/PayrunResponse.md
affixapi-1.1.83 docs/PayrunResponse.md