docs/PayslipResponse.md in affixapi-1.1.93 vs docs/PayslipResponse.md in affixapi-1.1.94

- old
+ new

@@ -19,10 +19,11 @@ | **payment_date** | **Date** | | | | **earnings** | [**Array<PayslipResponseEarnings>**](PayslipResponseEarnings.md) | | | | **contributions** | [**Array<PayslipResponseContributions>**](PayslipResponseContributions.md) | Items paid by the employer that are not included in gross pay, such as employer-paid portion of private health insurance | | | **deductions** | [**Array<PayslipResponseDeductions>**](PayslipResponseDeductions.md) | | | | **taxes** | [**Array<PayslipResponseTaxes>**](PayslipResponseTaxes.md) | | | +| **reimbursements** | [**Array<PayslipResponseReimbursements>**](PayslipResponseReimbursements.md) | | | ## Example ```ruby require 'openapi_client' @@ -42,9 +43,10 @@ end_date: Fri Jan 31 00:00:00 UTC 2020, payment_date: Mon Jan 27 00:00:00 UTC 2020, earnings: [{"amount":100234,"name":"SALARY","hours":80},{"amount":834234,"name":"OVERTIME","hours":8}], contributions: [{"name":"Private Health Insurance (Employer)","amount":13454},{"name":"Transportation allowance benefit (Employer)","amount":3454},{"name":"Other (Employer)","amount":3454}], deductions: [{"name":"Transportation allowance benefit","amount":3454},{"name":"Private Health Insurance (Employee)","amount":3454}], - taxes: [{"name":"PRSI","amount":725,"employer_tax":false},{"name":"PSC (Class S)","amount":125,"employer_tax":false},{"name":"Income Tax","amount":10025,"employer_tax":false},{"name":"Payroll Tax","amount":10025,"employer_tax":true}] + taxes: [{"name":"PRSI","amount":725,"employer_tax":false},{"name":"PSC (Class S)","amount":125,"employer_tax":false},{"name":"Income Tax","amount":10025,"employer_tax":false},{"name":"Payroll Tax","amount":10025,"employer_tax":true}], + reimbursements: [{"name":"Slack seat","amount":725}] ) ```