Class LockboxClearing.LockboxClearingBuilder
- Enclosing class:
- LockboxClearing
-
Method Summary
Modifier and TypeMethodDescriptionbatchItem(LockboxBatchItem value) Navigation property to_BatchItem for LockboxClearing to single LockboxBatchItem.build()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 5deductionAmountInPaytCurrency(BigDecimal deductionAmountInPaytCurrency) Constraints: Not nullable, Precision: 13, Scale: 3lockboxBatch(String lockboxBatch) Constraints: Not nullable, Maximum length: 3lockboxBatchInternalKey(String lockboxBatchInternalKey) Constraints: Not nullable, Maximum length: 8lockboxBatchItem(String lockboxBatchItem) Constraints: Not nullable, Maximum length: 5netPaymentAmountInPaytCurrency(BigDecimal netPaymentAmountInPaytCurrency) Constraints: Not nullable, Precision: 13, Scale: 3paymentAdvice(String paymentAdvice) (Key Field) Constraints: Not nullable, Maximum length: 16paymentAdviceAccount(String paymentAdviceAccount) (Key Field) Constraints: Not nullable, Maximum length: 10paymentAdviceAccountType(String paymentAdviceAccountType) (Key Field) Constraints: Not nullable, Maximum length: 1paymentAdviceItem(String paymentAdviceItem) (Key Field) Constraints: Not nullable, Maximum length: 5paymentDifferenceReason(String paymentDifferenceReason) Constraints: Not nullable, Maximum length: 3paymentReference(String paymentReference) Constraints: Not nullable, Maximum length: 30root(LockboxBatch value) Navigation property to_Root for LockboxClearing to single LockboxBatch.toString()
-
Method Details
-
batchItem
Navigation property to_BatchItem for LockboxClearing to single LockboxBatchItem.- Parameters:
value- The LockboxBatchItem to build this LockboxClearing with.- Returns:
- This Builder to allow for a fluent interface.
-
root
Navigation property to_Root for LockboxClearing to single LockboxBatch.- Parameters:
value- The LockboxBatch to build this LockboxClearing with.- Returns:
- This Builder to allow for a fluent interface.
-
paymentAdvice
@Nonnull public LockboxClearing.LockboxClearingBuilder paymentAdvice(@Nullable String paymentAdvice) (Key Field) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: PaymentAdvice
- Returns:
this.
-
paymentAdviceItem
@Nonnull public LockboxClearing.LockboxClearingBuilder paymentAdviceItem(@Nullable String paymentAdviceItem) (Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: PaymentAdviceItem
- Returns:
this.
-
paymentAdviceAccount
@Nonnull public LockboxClearing.LockboxClearingBuilder paymentAdviceAccount(@Nullable String paymentAdviceAccount) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PaymentAdviceAccount
- Returns:
this.
-
paymentAdviceAccountType
@Nonnull public LockboxClearing.LockboxClearingBuilder paymentAdviceAccountType(@Nullable String paymentAdviceAccountType) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PaymentAdviceAccountType
- Returns:
this.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
lockboxBatchInternalKey
@Nonnull public LockboxClearing.LockboxClearingBuilder lockboxBatchInternalKey(@Nullable String lockboxBatchInternalKey) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: LockboxBatchInternalKey
- Returns:
this.
-
lockboxBatchItem
@Nonnull public LockboxClearing.LockboxClearingBuilder lockboxBatchItem(@Nullable String lockboxBatchItem) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: LockboxBatchItem
- Returns:
this.
-
lockboxBatch
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: LockboxBatch
- Returns:
this.
-
paymentReference
@Nonnull public LockboxClearing.LockboxClearingBuilder paymentReference(@Nullable String paymentReference) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PaymentReference
- Returns:
this.
-
netPaymentAmountInPaytCurrency
@Nonnull public LockboxClearing.LockboxClearingBuilder netPaymentAmountInPaytCurrency(@Nullable BigDecimal netPaymentAmountInPaytCurrency) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: NetPaymentAmountInPaytCurrency
- Returns:
this.
-
deductionAmountInPaytCurrency
@Nonnull public LockboxClearing.LockboxClearingBuilder deductionAmountInPaytCurrency(@Nullable BigDecimal deductionAmountInPaytCurrency) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: DeductionAmountInPaytCurrency
- Returns:
this.
-
paymentDifferenceReason
@Nonnull public LockboxClearing.LockboxClearingBuilder paymentDifferenceReason(@Nullable String paymentDifferenceReason) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PaymentDifferenceReason
- Returns:
this.
-
currency
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: Currency
- Returns:
this.
-
build
-
toString
-