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