Package com.fiskaly.sdk.results
Class ResultVersion
- java.lang.Object
-
- com.fiskaly.sdk.results.ResultVersion
-
public class ResultVersion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResultVersion.Clientstatic classResultVersion.SMAERS
-
Field Summary
Fields Modifier and Type Field Description ResultVersion.ClientclientResultVersion.SMAERSsmaers
-
Constructor Summary
Constructors Constructor Description ResultVersion(ResultVersion.Client client, ResultVersion.SMAERS smaers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
client
public final ResultVersion.Client client
-
smaers
public final ResultVersion.SMAERS smaers
-
-
Constructor Detail
-
ResultVersion
public ResultVersion(ResultVersion.Client client, ResultVersion.SMAERS smaers)
-
-