Package com.wallee.android.till.sdk.data
Class GetCustomConfigurationResponse
- java.lang.Object
-
- com.wallee.android.till.sdk.data.GetCustomConfigurationResponse
-
public class GetCustomConfigurationResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetCustomConfigurationResponse(State state, ResultCode resultCode, String customConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomConfiguration()
ResultCode
getResultCode()
State
getState()
-
-
-
Constructor Detail
-
GetCustomConfigurationResponse
public GetCustomConfigurationResponse(@NonNull State state, @NonNull ResultCode resultCode, String customConfiguration)
-
-
Method Detail
-
getState
@NonNull public State getState()
-
getResultCode
@NonNull public ResultCode getResultCode()
-
getCustomConfiguration
public String getCustomConfiguration()
-
-