Package io.stigg.api.operations.fragment
Class CheckoutConfigurationFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.CheckoutConfigurationFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class CheckoutConfigurationFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckoutConfigurationFragment.Contentstatic classCheckoutConfigurationFragment.Palettestatic classCheckoutConfigurationFragment.Typography
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameCheckoutConfigurationFragment.Contentcontentjava.lang.StringcustomCssCheckoutConfigurationFragment.PalettepaletteCheckoutConfigurationFragment.Typographytypography
-
Constructor Summary
Constructors Constructor Description CheckoutConfigurationFragment(CheckoutConfigurationFragment.Palette palette, CheckoutConfigurationFragment.Typography typography, java.lang.String customCss, CheckoutConfigurationFragment.Content content, java.lang.String __typename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
palette
public CheckoutConfigurationFragment.Palette palette
-
typography
public CheckoutConfigurationFragment.Typography typography
-
customCss
public java.lang.String customCss
-
content
public CheckoutConfigurationFragment.Content content
-
__typename
public java.lang.String __typename
-
-
Constructor Detail
-
CheckoutConfigurationFragment
public CheckoutConfigurationFragment(CheckoutConfigurationFragment.Palette palette, CheckoutConfigurationFragment.Typography typography, java.lang.String customCss, CheckoutConfigurationFragment.Content content, java.lang.String __typename)
-
-