Record Class Boc.ParamsOfGetCodeSalt

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ParamsOfGetCodeSalt
Record Components:
code - Contract code BOC encoded as base64 or code BOC handle
bocCache - Cache type to put the result. The BOC itself returned if no cache type provided.
Enclosing class:
Boc

public static record Boc.ParamsOfGetCodeSalt(String code, Boc.BocCacheType bocCache) extends Record