Sha256: f990b1aa81636813706f220fa369a8a6cfbf3ff3f052f19583d714108edc3526

Contents?: true

Size: 883 Bytes

Versions: 35

Compression:

Stored size: 883 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 |  |
| **run_state** | **String** |  |  |
| **run_type** | **String** |  |  |
| **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,
  run_state: paid,
  run_type: regular,
  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

35 entries across 35 versions & 1 rubygems

Version Path
affixapi-1.1.65 docs/PayrunResponse.md
affixapi-1.1.64 docs/PayrunResponse.md
affixapi-1.1.63 docs/PayrunResponse.md
affixapi-1.1.62 docs/PayrunResponse.md
affixapi-1.1.60 docs/PayrunResponse.md
affixapi-1.1.59 docs/PayrunResponse.md
affixapi-1.1.58 docs/PayrunResponse.md
affixapi-1.1.57 docs/PayrunResponse.md
affixapi-1.1.56 docs/PayrunResponse.md
affixapi-1.1.55 docs/PayrunResponse.md
affixapi-1.1.54 docs/PayrunResponse.md
affixapi-1.1.53 docs/PayrunResponse.md
affixapi-1.1.52 docs/PayrunResponse.md
affixapi-1.1.51 docs/PayrunResponse.md
affixapi-1.1.50 docs/PayrunResponse.md
affixapi-1.1.49 docs/PayrunResponse.md
affixapi-1.1.48 docs/PayrunResponse.md
affixapi-1.1.47 docs/PayrunResponse.md
affixapi-1.1.46 docs/PayrunResponse.md
affixapi-1.1.45 docs/PayrunResponse.md