Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 475 Bytes

File metadata and controls

22 lines (14 loc) · 475 Bytes

AccountingMethod

The accounting basis used by the company for financial reports.

Example Usage

import com.apideck.unify.models.components.AccountingMethod;

AccountingMethod value = AccountingMethod.CASH;

// Open enum: use .of() to create instances from custom string values
AccountingMethod custom = AccountingMethod.of("custom_value");

Values

Name Value
CASH cash
ACCRUAL accrual