Class AccountEventPayLoad
java.lang.Object
com.skava.accounts.model.exchange.AccountEventPayLoad
- All Implemented Interfaces:
Serializable
The class AccountEventPayLoad model is used for triggering events.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountEventPayLoad
(AccountBuyer accountBuyer, long collectionId) AccountEventPayLoad constructor.AccountEventPayLoad
(Accounts account, long collectionId) AccountEventPayLoad constructor.AccountEventPayLoad
(Contracts contract, long collectionId) AccountEventPayLoad constructor.AccountEventPayLoad
(Seller seller, long collectionId) AccountEventPayLoad constructor. -
Method Summary
-
Constructor Details
-
AccountEventPayLoad
AccountEventPayLoad constructor.- Parameters:
account
- the accountcollectionId
- the collectionId
-
AccountEventPayLoad
AccountEventPayLoad constructor.- Parameters:
accountBuyer
- the accountBuyercollectionId
- the collectionId
-
AccountEventPayLoad
AccountEventPayLoad constructor.- Parameters:
contract
- the contractcollectionId
- the collectionId
-
AccountEventPayLoad
AccountEventPayLoad constructor.- Parameters:
seller
- the sellercollectionId
- the collectionId
-