Class LockboxClearingByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper to fetch a single LockboxClearing entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • LockboxClearingByKeyFluentHelper

      public LockboxClearingByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String paymentAdvice, String paymentAdviceItem, String paymentAdviceAccount, String paymentAdviceAccountType, String companyCode)
      Creates a fluent helper object that will fetch a single LockboxClearing entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      companyCode - Company Code

      Constraints: Not nullable, Maximum length: 4

      entityCollection - Entity Collection to be used to fetch a single LockboxClearing
      paymentAdviceAccountType - Payment Advice Account Type

      Constraints: Not nullable, Maximum length: 1

      servicePath - Service path to be used to fetch a single LockboxClearing
      paymentAdvice - Payment Advice Number

      Constraints: Not nullable, Maximum length: 16

      paymentAdviceAccount - Account Number

      Constraints: Not nullable, Maximum length: 10

      paymentAdviceItem - Payment Advice Line Item

      Constraints: Not nullable, Maximum length: 5

  • Method Details