Class AccountingJournalBatchCreateRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalBatchCreateRequestDto.Builder
-
- Enclosing class:
- AccountingJournalBatchCreateRequestDto
public static final class AccountingJournalBatchCreateRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingJournalBatchCreateRequestDtobuild()AccountingJournalBatchCreateRequestDto.Builderitems(java.util.List<AccountingJournalCreateRequestDto> items)The batch of journals to create
-
-
-
Method Detail
-
items
public AccountingJournalBatchCreateRequestDto.Builder items(java.util.List<AccountingJournalCreateRequestDto> items)
The batch of journals to create
-
build
public AccountingJournalBatchCreateRequestDto build()
-
-