Package io.stigg.api.operations.fragment
Class TotalPriceFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.TotalPriceFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class TotalPriceFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTotalPriceFragment.SubTotalstatic classTotalPriceFragment.Total
-
Field Summary
Fields Modifier and Type Field Description TotalPriceFragment.SubTotalsubTotalTotalPriceFragment.Totaltotal
-
Constructor Summary
Constructors Constructor Description TotalPriceFragment(TotalPriceFragment.SubTotal subTotal, TotalPriceFragment.Total total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
subTotal
public TotalPriceFragment.SubTotal subTotal
-
total
public TotalPriceFragment.Total total
-
-
Constructor Detail
-
TotalPriceFragment
public TotalPriceFragment(TotalPriceFragment.SubTotal subTotal, TotalPriceFragment.Total total)
-
-