Package io.stigg.api.operations.fragment
Class CustomerFragment.Coupon
- java.lang.Object
-
- io.stigg.api.operations.fragment.CustomerFragment.Coupon
-
- Enclosing class:
- CustomerFragment
public static class CustomerFragment.Coupon extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameCouponFragmentcouponFragmentSynthetic field for 'CouponFragment'
-
Constructor Summary
Constructors Constructor Description Coupon(java.lang.String __typename, CouponFragment couponFragment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
__typename
public java.lang.String __typename
-
couponFragment
public CouponFragment couponFragment
Synthetic field for 'CouponFragment'
-
-
Constructor Detail
-
Coupon
public Coupon(java.lang.String __typename, CouponFragment couponFragment)
-
-