Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.29 KB

File metadata and controls

24 lines (21 loc) · 1.29 KB

# UsageBill

Properties

Name Type Description Notes
year int [optional]
month int [optional]
payslipCount int [optional]
previouslyBilledPayslipCount int The number of payslips that appear in the usage, but were billed in a previous period [optional]
netCost float Net cost of any payslips, or the Pricing Table minimum, whichever is greater. [optional]
discount float [optional]
partnerDiscountAmount float [optional]
monthlyMinimum float This is actually an offset against the NetCost and doesn't contain the full MonthlyMinimum. [optional]
total float [optional] [readonly]
paid bool [optional]
usage \SynergiTech\Staffology\Model\Item[] [optional]
accountingCustomerId string [optional]
accountingInvoiceId string [optional]
accountingInvoiceLink string [optional]
useNetSuite bool [optional]
id string [readonly] The unique id of the object [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]