Package com.six.timapi
Class VasResult
- java.lang.Object
-
- com.six.timapi.VasResult
-
public class VasResult extends Object
-
-
Constructor Summary
Constructors Constructor Description VasResult(List<VasInformationList> vasInformationList)
Create VAS checkout information.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VasInformationList>
getVasInformationList()
VAS information lists.
-
-
-
Constructor Detail
-
VasResult
public VasResult(List<VasInformationList> vasInformationList)
Create VAS checkout information.
-
-
Method Detail
-
getVasInformationList
public List<VasInformationList> getVasInformationList()
VAS information lists.
-
-