Uses of Class
co.dapi.types.BrandDetails
-
Packages that use BrandDetails Package Description co.dapi.types -
-
Uses of BrandDetails in co.dapi.types
Methods in co.dapi.types that return types with arguments of type BrandDetails Modifier and Type Method Description java.util.Optional<BrandDetails>EnrichedTransaction. getBrandDetails()Constructors in co.dapi.types with parameters of type BrandDetails Constructor Description EnrichedTransaction(float amount, java.lang.String date, EnrichedTransaction.TransactionType type, java.lang.String description, java.lang.String details, Currency currency, java.lang.Float beforeAmount, java.lang.Float afterAmount, java.lang.String reference, java.lang.String category, BrandDetails brandDetails)
-