AmortizationResult Class
Return result for method calls made for Amortization Accounting Seed API methods. Encapsulates success/failure of method call and errors associated with failed method call. The AmortizationResult will include returned data for Amortization method calls.
AmortizationResult Properties
The following are properties of the AmortizationResult class.
isSuccess
Status of success or failure of method call.
Type: Boolean
errors
List of errors associated with method call.
Type: List<String>
amortizationEntries
List of uncommitted amortization entry (Scheduled_Revenue_Expense__c) records.
Type: List<Scheduled_Revenue_Expense__c>