Package io.stigg.api.operations.fragment
Class CouponFragment
- java.lang.Object
-
- io.stigg.api.operations.fragment.CouponFragment
-
- All Implemented Interfaces:
com.apollographql.apollo3.api.Executable.Data,com.apollographql.apollo3.api.Fragment.Data
public class CouponFragment extends java.lang.Object implements com.apollographql.apollo3.api.Fragment.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCouponFragment.Customerstatic classCouponFragment.SyncState
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectadditionalMetaDatajava.lang.StringbillingIdjava.lang.StringbillingLinkUrljava.time.InstantcreatedAtjava.util.List<CouponFragment.Customer>customersjava.lang.Stringdescriptionjava.lang.DoublediscountValuejava.lang.Stringidjava.lang.Stringnamejava.lang.StringrefIdCouponStatusstatusjava.util.List<CouponFragment.SyncState>syncStatesCouponTypetypejava.time.InstantupdatedAt
-
Constructor Summary
Constructors Constructor Description CouponFragment(java.lang.String id, java.lang.Double discountValue, CouponType type, java.lang.Object additionalMetaData, java.lang.String refId, java.lang.String name, java.lang.String description, java.time.Instant createdAt, java.time.Instant updatedAt, java.lang.String billingId, java.lang.String billingLinkUrl, CouponStatus status, java.util.List<CouponFragment.SyncState> syncStates, java.util.List<CouponFragment.Customer> customers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
id
public java.lang.String id
-
discountValue
public java.lang.Double discountValue
-
type
public CouponType type
-
additionalMetaData
public java.lang.Object additionalMetaData
-
refId
public java.lang.String refId
-
name
public java.lang.String name
-
description
public java.lang.String description
-
createdAt
public java.time.Instant createdAt
-
updatedAt
public java.time.Instant updatedAt
-
billingId
public java.lang.String billingId
-
billingLinkUrl
public java.lang.String billingLinkUrl
-
status
public CouponStatus status
-
syncStates
public java.util.List<CouponFragment.SyncState> syncStates
-
customers
public java.util.List<CouponFragment.Customer> customers
-
-
Constructor Detail
-
CouponFragment
public CouponFragment(java.lang.String id, java.lang.Double discountValue, CouponType type, java.lang.Object additionalMetaData, java.lang.String refId, java.lang.String name, java.lang.String description, java.time.Instant createdAt, java.time.Instant updatedAt, java.lang.String billingId, java.lang.String billingLinkUrl, CouponStatus status, java.util.List<CouponFragment.SyncState> syncStates, java.util.List<CouponFragment.Customer> customers)
-
-