Package io.stigg.api.operations
Class DetachCustomerPaymentMethodMutation.DetachCustomerPaymentMethod
- java.lang.Object
-
- io.stigg.api.operations.DetachCustomerPaymentMethodMutation.DetachCustomerPaymentMethod
-
- Enclosing class:
- DetachCustomerPaymentMethodMutation
public static class DetachCustomerPaymentMethodMutation.DetachCustomerPaymentMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String__typenameSlimCustomerFragmentslimCustomerFragmentSynthetic field for 'SlimCustomerFragment'
-
Constructor Summary
Constructors Constructor Description DetachCustomerPaymentMethod(java.lang.String __typename, SlimCustomerFragment slimCustomerFragment)
-
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
-
slimCustomerFragment
public SlimCustomerFragment slimCustomerFragment
Synthetic field for 'SlimCustomerFragment'
-
-
Constructor Detail
-
DetachCustomerPaymentMethod
public DetachCustomerPaymentMethod(java.lang.String __typename, SlimCustomerFragment slimCustomerFragment)
-
-