Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 378 Bytes

PayslipResponseReimbursements.md

File metadata and controls

20 lines (14 loc) · 378 Bytes

OpenapiClient::PayslipResponseReimbursements

Properties

Name Type Description Notes
name String
amount Float if USD/EUR/GBP, in cent

Example

require 'openapi_client'

instance = OpenapiClient::PayslipResponseReimbursements.new(
  name: Slack seat,
  amount: 10025
)