Class AccountEventPayLoad

java.lang.Object
com.skava.accounts.model.exchange.AccountEventPayLoad
All Implemented Interfaces:
Serializable

public class AccountEventPayLoad extends Object implements Serializable
The class AccountEventPayLoad model is used for triggering events.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • AccountEventPayLoad

      public AccountEventPayLoad(Accounts account, long collectionId)
      AccountEventPayLoad constructor.
      Parameters:
      account - the account
      collectionId - the collectionId
    • AccountEventPayLoad

      public AccountEventPayLoad(AccountBuyer accountBuyer, long collectionId)
      AccountEventPayLoad constructor.
      Parameters:
      accountBuyer - the accountBuyer
      collectionId - the collectionId
    • AccountEventPayLoad

      public AccountEventPayLoad(Contracts contract, long collectionId)
      AccountEventPayLoad constructor.
      Parameters:
      contract - the contract
      collectionId - the collectionId
    • AccountEventPayLoad

      public AccountEventPayLoad(Seller seller, long collectionId)
      AccountEventPayLoad constructor.
      Parameters:
      seller - the seller
      collectionId - the collectionId