Package dev.vality.anapi.v2.model
Class InlineResponse2007
java.lang.Object
dev.vality.anapi.v2.model.InlineResponse2007
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class InlineResponse2007
extends Object
InlineResponse2007
-
Constructor Summary
Constructors Constructor Description InlineResponse2007() -
Method Summary
Modifier and Type Method Description InlineResponse2007addResultItem(ShopAmountResult resultItem)booleanequals(Object o)@Valid List<ShopAmountResult>getResult()Get resultinthashCode()InlineResponse2007result(List<ShopAmountResult> result)voidsetResult(List<ShopAmountResult> result)StringtoString()
-
Constructor Details
-
InlineResponse2007
public InlineResponse2007()
-
-
Method Details