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