Class LockboxBatch.LockboxBatchBuilder
- Enclosing class:
- LockboxBatch
-
Method Summary
Modifier and TypeMethodDescriptionamountInTransactionCurrency(BigDecimal amountInTransactionCurrency) Constraints: Not nullable, Precision: 13, Scale: 3batchIsLatest(String batchIsLatest) Constraints: Not nullable, Maximum length: 1build()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 5depositDateTime(ZonedDateTime depositDateTime) Constraints: Not nullable, Precision: 0incomingPaymentFile(String incomingPaymentFile) Constraints: Not nullable, Maximum length: 14item(LockboxBatchItem... value) Navigation property to_Item for LockboxBatch to multiple LockboxBatchItem.journalEntryIsNotToBePosted(String journalEntryIsNotToBePosted) Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 7lockboxBatch(String lockboxBatch) (Key Field) Constraints: Not nullable, Maximum length: 3lockboxBatchDestination(String lockboxBatchDestination) Constraints: Not nullable, Maximum length: 10lockboxBatchInternalKey(String lockboxBatchInternalKey) (Key Field) Constraints: Not nullable, Maximum length: 8lockboxBatchOrigin(String lockboxBatchOrigin) Constraints: Not nullable, Maximum length: 10lockboxBatchStatus(String lockboxBatchStatus) Constraints: Not nullable, Maximum length: 1lockboxBatchStatusName(String lockboxBatchStatusName) Constraints: Not nullable, Maximum length: 60numberOfIncompleteCheques(Short numberOfIncompleteCheques) Constraints: nonenumberOfItems(Short numberOfItems) Constraints: nonetoString()
-
Method Details
-
item
Navigation property to_Item for LockboxBatch to multiple LockboxBatchItem.- Parameters:
value- The LockboxBatchItems to build this LockboxBatch with.- Returns:
- This Builder to allow for a fluent interface.
-
lockboxBatchInternalKey
@Nonnull public LockboxBatch.LockboxBatchBuilder lockboxBatchInternalKey(@Nullable String lockboxBatchInternalKey) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: LockboxBatchInternalKey
- Returns:
this.
-
lockboxBatch
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: LockboxBatch
- Returns:
this.
-
lockbox
Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: Lockbox
- Returns:
this.
-
companyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
lockboxBatchDestination
@Nonnull public LockboxBatch.LockboxBatchBuilder lockboxBatchDestination(@Nullable String lockboxBatchDestination) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LockboxBatchDestination
- Returns:
this.
-
lockboxBatchOrigin
@Nonnull public LockboxBatch.LockboxBatchBuilder lockboxBatchOrigin(@Nullable String lockboxBatchOrigin) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LockboxBatchOrigin
- Returns:
this.
-
depositDateTime
@Nonnull public LockboxBatch.LockboxBatchBuilder depositDateTime(@Nullable ZonedDateTime depositDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: DepositDateTime
- Returns:
this.
-
incomingPaymentFile
@Nonnull public LockboxBatch.LockboxBatchBuilder incomingPaymentFile(@Nullable String incomingPaymentFile) Constraints: Not nullable, Maximum length: 14Original property name from the Odata EDM: IncomingPaymentFile
- Returns:
this.
-
lockboxBatchStatus
@Nonnull public LockboxBatch.LockboxBatchBuilder lockboxBatchStatus(@Nullable String lockboxBatchStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: LockboxBatchStatus
- Returns:
this.
-
lockboxBatchStatusName
@Nonnull public LockboxBatch.LockboxBatchBuilder lockboxBatchStatusName(@Nullable String lockboxBatchStatusName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: LockboxBatchStatusName
- Returns:
this.
-
numberOfItems
Constraints: noneOriginal property name from the Odata EDM: NumberOfItems
- Returns:
this.
-
currency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Currency
- Returns:
this.
-
amountInTransactionCurrency
@Nonnull public LockboxBatch.LockboxBatchBuilder amountInTransactionCurrency(@Nullable BigDecimal amountInTransactionCurrency) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: AmountInTransactionCurrency
- Returns:
this.
-
numberOfIncompleteCheques
@Nonnull public LockboxBatch.LockboxBatchBuilder numberOfIncompleteCheques(@Nullable Short numberOfIncompleteCheques) Constraints: noneOriginal property name from the Odata EDM: NumberOfIncompleteCheques
- Returns:
this.
-
batchIsLatest
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BatchIsLatest
- Returns:
this.
-
journalEntryIsNotToBePosted
@Nonnull public LockboxBatch.LockboxBatchBuilder journalEntryIsNotToBePosted(@Nullable String journalEntryIsNotToBePosted) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: JournalEntryIsNotToBePosted
- Returns:
this.
-
build
-
toString
-