Sha256: 33d859f4bc25d344054013252324a0c1390a0839b6e7ce9f9e8d9e7ab490b077
Contents?: true
Size: 428 Bytes
Versions: 51
Compression:
Stored size: 428 Bytes
Contents
# OpenapiClient::PayslipResponseEarnings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **amount** | **Float** | if USD/EUR/GBP, in cent | | | **hours** | **Float** | hours, if applicable | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::PayslipResponseEarnings.new( name: salary, amount: 834234, hours: 80 ) ```
Version data entries
51 entries across 51 versions & 1 rubygems