Package io.stigg.api.operations.fragment
Class CheckoutConfigurationFragment.Typography
- java.lang.Object
-
- io.stigg.api.operations.fragment.CheckoutConfigurationFragment.Typography
-
- Enclosing class:
- CheckoutConfigurationFragment
public static class CheckoutConfigurationFragment.Typography extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameTypographyConfigurationFragmenttypographyConfigurationFragmentSynthetic field for 'TypographyConfigurationFragment'
-
Constructor Summary
Constructors Constructor Description Typography(java.lang.String __typename, TypographyConfigurationFragment typographyConfigurationFragment)
-
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
-
typographyConfigurationFragment
public TypographyConfigurationFragment typographyConfigurationFragment
Synthetic field for 'TypographyConfigurationFragment'
-
-
Constructor Detail
-
Typography
public Typography(java.lang.String __typename, TypographyConfigurationFragment typographyConfigurationFragment)
-
-