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