public interface LineItem
custom fields.| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getAddedAt() |
CustomFields |
getCustom() |
ZonedDateTime |
getDeactivatedAt() |
String |
getId() |
LocalizedString |
getName() |
String |
getProductId() |
LocalizedString |
getProductSlug() |
Reference<ProductType> |
getProductType() |
Long |
getQuantity() |
ProductVariant |
getVariant() |
Integer |
getVariantId() |
static String |
resourceTypeId()
An identifier for this resource which supports
CustomFields. |
String getId()
String getProductId()
Reference<ProductType> getProductType()
Long getQuantity()
@Nullable CustomFields getCustom()
LocalizedString getName()
ZonedDateTime getAddedAt()
@Nullable ZonedDateTime getDeactivatedAt()
@Nullable LocalizedString getProductSlug()
@Nullable ProductVariant getVariant()
static String resourceTypeId()
CustomFields.TypeDraft.getResourceTypeIds(),
Custom