Declare transaction adapter in the transaction entity
Before you begin
About this task
Use Studio to add an implementsEntity element to the transaction entity.
Procedure
- For the Golf Cart line, navigate to and open GOTransaction.eti.
-
Add an
implementsEntityelement with the following properties:Property
Value
nameTransaction
-
Add an
implementsInterfaceelement that references the Gosu class that defines the adapter methods and properties.Property
Value
ifacegw.api.domain.financials.TransactionAdapter
implgw.lob.go.financials.GOTransactionAdapter
