Annotation Interface ResolvedTransaction


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface ResolvedTransaction
Resolves a transaction belonging to a user-owned account.
Version:
3.0.5
Author:
Stephen Prizio
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the account parameter precedes the transaction parameter in the public contract.
    Account-number query-parameter name.
    Transaction-number query-parameter name.
  • Element Details

    • accountParameter

      String accountParameter
      Account-number query-parameter name.
      Returns:
      parameter name
      Default:
      "accountNumber"
    • transactionParameter

      String transactionParameter
      Transaction-number query-parameter name.
      Returns:
      parameter name
      Default:
      "transactionNumber"
    • accountFirst

      boolean accountFirst
      Whether the account parameter precedes the transaction parameter in the public contract.
      Returns:
      true when account number is first
      Default:
      true