Class LockboxClearing.LockboxClearingBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.LockboxClearing.LockboxClearingBuilder
Enclosing class:
LockboxClearing

public static final class LockboxClearing.LockboxClearingBuilder extends Object
Helper class to allow for fluent creation of LockboxClearing instances.
  • Method Details

    • batchItem

      @Nonnull public LockboxClearing.LockboxClearingBuilder batchItem(LockboxBatchItem value)
      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: 16

      Original 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: 5

      Original 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: 10

      Original 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: 1

      Original property name from the Odata EDM: PaymentAdviceAccountType

      Returns:
      this.
    • companyCode

      @Nonnull public LockboxClearing.LockboxClearingBuilder companyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • lockboxBatchInternalKey

      @Nonnull public LockboxClearing.LockboxClearingBuilder lockboxBatchInternalKey(@Nullable String lockboxBatchInternalKey)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: LockboxBatchInternalKey

      Returns:
      this.
    • lockboxBatchItem

      @Nonnull public LockboxClearing.LockboxClearingBuilder lockboxBatchItem(@Nullable String lockboxBatchItem)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: LockboxBatchItem

      Returns:
      this.
    • lockboxBatch

      @Nonnull public LockboxClearing.LockboxClearingBuilder lockboxBatch(@Nullable String lockboxBatch)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: LockboxBatch

      Returns:
      this.
    • paymentReference

      @Nonnull public LockboxClearing.LockboxClearingBuilder paymentReference(@Nullable String paymentReference)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: PaymentReference

      Returns:
      this.
    • netPaymentAmountInPaytCurrency

      @Nonnull public LockboxClearing.LockboxClearingBuilder netPaymentAmountInPaytCurrency(@Nullable BigDecimal netPaymentAmountInPaytCurrency)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: NetPaymentAmountInPaytCurrency

      Returns:
      this.
    • deductionAmountInPaytCurrency

      @Nonnull public LockboxClearing.LockboxClearingBuilder deductionAmountInPaytCurrency(@Nullable BigDecimal deductionAmountInPaytCurrency)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: DeductionAmountInPaytCurrency

      Returns:
      this.
    • paymentDifferenceReason

      @Nonnull public LockboxClearing.LockboxClearingBuilder paymentDifferenceReason(@Nullable String paymentDifferenceReason)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PaymentDifferenceReason

      Returns:
      this.
    • currency

      @Nonnull public LockboxClearing.LockboxClearingBuilder currency(@Nullable String currency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: Currency

      Returns:
      this.
    • build

      @Nonnull public LockboxClearing build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object