Serialized Form
-
Package com.liferay.headless.commerce.admin.order.dto.v1_0
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.Account
class Account extends Object implements Serializable-
Serialized Fields
-
_customFieldsSupplier
Supplier<Map<String,
?>> _customFieldsSupplier -
_emailAddressSupplier
Supplier<String> _emailAddressSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_logoIdSupplier
Supplier<Long> _logoIdSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_rootSupplier
Supplier<Boolean> _rootSupplier
-
_taxIdSupplier
Supplier<String> _taxIdSupplier
-
_typeSupplier
Supplier<Integer> _typeSupplier
-
customFields
Map<String,
?> customFields -
emailAddress
String emailAddress
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
logoId
Long logoId
-
name
String name
-
root
Boolean root
-
taxId
String taxId
-
type
Integer type
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.BillingAddress
class BillingAddress extends Object implements Serializable-
Serialized Fields
-
_citySupplier
Supplier<String> _citySupplier
-
_countryISOCodeSupplier
Supplier<String> _countryISOCodeSupplier
-
_descriptionSupplier
Supplier<String> _descriptionSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_latitudeSupplier
Supplier<Double> _latitudeSupplier
-
_longitudeSupplier
Supplier<Double> _longitudeSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_phoneNumberSupplier
Supplier<String> _phoneNumberSupplier
-
_regionISOCodeSupplier
Supplier<String> _regionISOCodeSupplier
-
_street1Supplier
Supplier<String> _street1Supplier
-
_street2Supplier
Supplier<String> _street2Supplier
-
_street3Supplier
Supplier<String> _street3Supplier
-
_vatNumberSupplier
Supplier<String> _vatNumberSupplier
-
_zipSupplier
Supplier<String> _zipSupplier
-
city
@NotEmpty String city
-
countryISOCode
@NotEmpty String countryISOCode
-
description
String description
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
latitude
Double latitude
-
longitude
Double longitude
-
name
@NotEmpty String name
-
phoneNumber
String phoneNumber
-
regionISOCode
String regionISOCode
-
street1
@NotEmpty String street1
-
street2
String street2
-
street3
String street3
-
vatNumber
String vatNumber
-
xClassName
String xClassName
-
zip
String zip
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.Channel
class Channel extends Object implements Serializable-
Serialized Fields
-
_currencyCodeSupplier
Supplier<String> _currencyCodeSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_typeSupplier
Supplier<String> _typeSupplier
-
currencyCode
String currencyCode
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
name
String name
-
type
String type
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.CustomField
class CustomField extends Object implements Serializable-
Serialized Fields
-
_customValueSupplier
Supplier<CustomValue> _customValueSupplier
-
_dataTypeSupplier
Supplier<String> _dataTypeSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_nameSupplier
Supplier<String> _nameSupplier
-
customValue
CustomValue customValue
-
dataType
String dataType
-
name
String name
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.CustomValue
class CustomValue extends Object implements Serializable-
Serialized Fields
-
_data_i18nSupplier
Supplier<Map<String,
String>> _data_i18nSupplier -
_dataSupplier
Supplier<Object> _dataSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_geoSupplier
Supplier<Geo> _geoSupplier
-
data
Object data
-
data_i18n
Map<String,
String> data_i18n -
geo
Geo geo
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.Error
class Error extends Object implements Serializable-
Serialized Fields
-
_errorCodeSupplier
Supplier<Integer> _errorCodeSupplier
-
_errorDescriptionSupplier
Supplier<String> _errorDescriptionSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_messageSupplier
Supplier<String> _messageSupplier
-
_statusSupplier
Supplier<Integer> _statusSupplier
-
errorCode
@NotNull Integer errorCode
-
errorDescription
@NotEmpty String errorDescription
-
message
@NotEmpty String message
-
status
@NotNull Integer status
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.Geo
class Geo extends Object implements Serializable -
Class com.liferay.headless.commerce.admin.order.dto.v1_0.Order
class Order extends Object implements Serializable-
Serialized Fields
-
_accountExternalReferenceCodeSupplier
Supplier<String> _accountExternalReferenceCodeSupplier
-
_accountIdSupplier
Supplier<Long> _accountIdSupplier
-
_accountSupplier
Supplier<Account> _accountSupplier
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_advanceStatusSupplier
Supplier<String> _advanceStatusSupplier
-
_billingAddressExternalReferenceCodeSupplier
Supplier<String> _billingAddressExternalReferenceCodeSupplier
-
_billingAddressIdSupplier
Supplier<Long> _billingAddressIdSupplier
-
_billingAddressSupplier
Supplier<BillingAddress> _billingAddressSupplier
-
_channelExternalReferenceCodeSupplier
Supplier<String> _channelExternalReferenceCodeSupplier
-
_channelIdSupplier
Supplier<Long> _channelIdSupplier
-
_channelSupplier
Supplier<Channel> _channelSupplier
-
_couponCodeSupplier
Supplier<String> _couponCodeSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_creatorEmailAddressSupplier
Supplier<String> _creatorEmailAddressSupplier
-
_currencyCodeSupplier
Supplier<String> _currencyCodeSupplier
-
_currencyExternalReferenceCodeSupplier
Supplier<String> _currencyExternalReferenceCodeSupplier
-
_currencyIdSupplier
Supplier<Long> _currencyIdSupplier
-
_customFieldsSupplier
Supplier<Map<String,
?>> _customFieldsSupplier -
_deliveryTermDescriptionSupplier
Supplier<String> _deliveryTermDescriptionSupplier
-
_deliveryTermExternalReferenceCodeSupplier
Supplier<String> _deliveryTermExternalReferenceCodeSupplier
-
_deliveryTermIdSupplier
Supplier<Long> _deliveryTermIdSupplier
-
_deliveryTermNameSupplier
Supplier<String> _deliveryTermNameSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_lastPriceUpdateDateSupplier
Supplier<Date> _lastPriceUpdateDateSupplier
-
_modifiedDateSupplier
Supplier<Date> _modifiedDateSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_orderDateSupplier
Supplier<Date> _orderDateSupplier
-
_orderItemsSupplier
Supplier<OrderItem[]> _orderItemsSupplier
-
_orderStatusInfoSupplier
Supplier<Status> _orderStatusInfoSupplier
-
_orderStatusSupplier
Supplier<Integer> _orderStatusSupplier
-
_orderTypeExternalReferenceCodeSupplier
Supplier<String> _orderTypeExternalReferenceCodeSupplier
-
_orderTypeIdSupplier
Supplier<Long> _orderTypeIdSupplier
-
_paymentMethodSupplier
Supplier<String> _paymentMethodSupplier
-
_paymentStatusInfoSupplier
Supplier<Status> _paymentStatusInfoSupplier
-
_paymentStatusSupplier
Supplier<Integer> _paymentStatusSupplier
-
_paymentTermDescriptionSupplier
Supplier<String> _paymentTermDescriptionSupplier
-
_paymentTermExternalReferenceCodeSupplier
Supplier<String> _paymentTermExternalReferenceCodeSupplier
-
_paymentTermIdSupplier
Supplier<Long> _paymentTermIdSupplier
-
_paymentTermNameSupplier
Supplier<String> _paymentTermNameSupplier
-
_printedNoteSupplier
Supplier<String> _printedNoteSupplier
-
_purchaseOrderNumberSupplier
Supplier<String> _purchaseOrderNumberSupplier
-
_requestedDeliveryDateSupplier
Supplier<Date> _requestedDeliveryDateSupplier
-
_shippableSupplier
Supplier<Boolean> _shippableSupplier
-
_shippingAddressExternalReferenceCodeSupplier
Supplier<String> _shippingAddressExternalReferenceCodeSupplier
-
_shippingAddressIdSupplier
Supplier<Long> _shippingAddressIdSupplier
-
_shippingAddressSupplier
Supplier<ShippingAddress> _shippingAddressSupplier
-
_shippingAmountFormattedSupplier
Supplier<String> _shippingAmountFormattedSupplier
-
_shippingAmountSupplier
Supplier<BigDecimal> _shippingAmountSupplier
-
_shippingAmountValueSupplier
Supplier<Double> _shippingAmountValueSupplier
-
_shippingDiscountAmountFormattedSupplier
Supplier<String> _shippingDiscountAmountFormattedSupplier
-
_shippingDiscountAmountSupplier
Supplier<BigDecimal> _shippingDiscountAmountSupplier
-
_shippingDiscountAmountValueSupplier
Supplier<Double> _shippingDiscountAmountValueSupplier
-
_shippingDiscountPercentageLevel1Supplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel1Supplier
-
_shippingDiscountPercentageLevel1WithTaxAmountSupplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel1WithTaxAmountSupplier
-
_shippingDiscountPercentageLevel2Supplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel2Supplier
-
_shippingDiscountPercentageLevel2WithTaxAmountSupplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel2WithTaxAmountSupplier
-
_shippingDiscountPercentageLevel3Supplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel3Supplier
-
_shippingDiscountPercentageLevel3WithTaxAmountSupplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel3WithTaxAmountSupplier
-
_shippingDiscountPercentageLevel4Supplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel4Supplier
-
_shippingDiscountPercentageLevel4WithTaxAmountSupplier
Supplier<BigDecimal> _shippingDiscountPercentageLevel4WithTaxAmountSupplier
-
_shippingDiscountWithTaxAmountFormattedSupplier
Supplier<String> _shippingDiscountWithTaxAmountFormattedSupplier
-
_shippingDiscountWithTaxAmountSupplier
Supplier<BigDecimal> _shippingDiscountWithTaxAmountSupplier
-
_shippingMethodSupplier
Supplier<String> _shippingMethodSupplier
-
_shippingOptionSupplier
Supplier<String> _shippingOptionSupplier
-
_shippingWithTaxAmountFormattedSupplier
Supplier<String> _shippingWithTaxAmountFormattedSupplier
-
_shippingWithTaxAmountSupplier
Supplier<BigDecimal> _shippingWithTaxAmountSupplier
-
_shippingWithTaxAmountValueSupplier
Supplier<Double> _shippingWithTaxAmountValueSupplier
-
_subtotalAmountSupplier
Supplier<Double> _subtotalAmountSupplier
-
_subtotalDiscountAmountFormattedSupplier
Supplier<String> _subtotalDiscountAmountFormattedSupplier
-
_subtotalDiscountAmountSupplier
Supplier<BigDecimal> _subtotalDiscountAmountSupplier
-
_subtotalDiscountPercentageLevel1Supplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel1Supplier
-
_subtotalDiscountPercentageLevel1WithTaxAmountSupplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel1WithTaxAmountSupplier
-
_subtotalDiscountPercentageLevel2Supplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel2Supplier
-
_subtotalDiscountPercentageLevel2WithTaxAmountSupplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel2WithTaxAmountSupplier
-
_subtotalDiscountPercentageLevel3Supplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel3Supplier
-
_subtotalDiscountPercentageLevel3WithTaxAmountSupplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel3WithTaxAmountSupplier
-
_subtotalDiscountPercentageLevel4Supplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel4Supplier
-
_subtotalDiscountPercentageLevel4WithTaxAmountSupplier
Supplier<BigDecimal> _subtotalDiscountPercentageLevel4WithTaxAmountSupplier
-
_subtotalDiscountWithTaxAmountFormattedSupplier
Supplier<String> _subtotalDiscountWithTaxAmountFormattedSupplier
-
_subtotalDiscountWithTaxAmountSupplier
Supplier<BigDecimal> _subtotalDiscountWithTaxAmountSupplier
-
_subtotalFormattedSupplier
Supplier<String> _subtotalFormattedSupplier
-
_subtotalSupplier
Supplier<BigDecimal> _subtotalSupplier
-
_subtotalWithTaxAmountFormattedSupplier
Supplier<String> _subtotalWithTaxAmountFormattedSupplier
-
_subtotalWithTaxAmountSupplier
Supplier<BigDecimal> _subtotalWithTaxAmountSupplier
-
_subtotalWithTaxAmountValueSupplier
Supplier<Double> _subtotalWithTaxAmountValueSupplier
-
_taxAmountFormattedSupplier
Supplier<String> _taxAmountFormattedSupplier
-
_taxAmountSupplier
Supplier<BigDecimal> _taxAmountSupplier
-
_taxAmountValueSupplier
Supplier<Double> _taxAmountValueSupplier
-
_totalAmountSupplier
Supplier<Double> _totalAmountSupplier
-
_totalDiscountAmountFormattedSupplier
Supplier<String> _totalDiscountAmountFormattedSupplier
-
_totalDiscountAmountSupplier
Supplier<BigDecimal> _totalDiscountAmountSupplier
-
_totalDiscountAmountValueSupplier
Supplier<Double> _totalDiscountAmountValueSupplier
-
_totalDiscountPercentageLevel1Supplier
Supplier<BigDecimal> _totalDiscountPercentageLevel1Supplier
-
_totalDiscountPercentageLevel1WithTaxAmountSupplier
Supplier<BigDecimal> _totalDiscountPercentageLevel1WithTaxAmountSupplier
-
_totalDiscountPercentageLevel2Supplier
Supplier<BigDecimal> _totalDiscountPercentageLevel2Supplier
-
_totalDiscountPercentageLevel2WithTaxAmountSupplier
Supplier<BigDecimal> _totalDiscountPercentageLevel2WithTaxAmountSupplier
-
_totalDiscountPercentageLevel3Supplier
Supplier<BigDecimal> _totalDiscountPercentageLevel3Supplier
-
_totalDiscountPercentageLevel3WithTaxAmountSupplier
Supplier<BigDecimal> _totalDiscountPercentageLevel3WithTaxAmountSupplier
-
_totalDiscountPercentageLevel4Supplier
Supplier<BigDecimal> _totalDiscountPercentageLevel4Supplier
-
_totalDiscountPercentageLevel4WithTaxAmountSupplier
Supplier<BigDecimal> _totalDiscountPercentageLevel4WithTaxAmountSupplier
-
_totalDiscountWithTaxAmountFormattedSupplier
Supplier<String> _totalDiscountWithTaxAmountFormattedSupplier
-
_totalDiscountWithTaxAmountSupplier
Supplier<BigDecimal> _totalDiscountWithTaxAmountSupplier
-
_totalDiscountWithTaxAmountValueSupplier
Supplier<Double> _totalDiscountWithTaxAmountValueSupplier
-
_totalFormattedSupplier
Supplier<String> _totalFormattedSupplier
-
_totalSupplier
Supplier<BigDecimal> _totalSupplier
-
_totalWithTaxAmountFormattedSupplier
Supplier<String> _totalWithTaxAmountFormattedSupplier
-
_totalWithTaxAmountSupplier
Supplier<BigDecimal> _totalWithTaxAmountSupplier
-
_totalWithTaxAmountValueSupplier
Supplier<Double> _totalWithTaxAmountValueSupplier
-
_transactionIdSupplier
Supplier<String> _transactionIdSupplier
-
_workflowStatusInfoSupplier
Supplier<Status> _workflowStatusInfoSupplier
-
account
Account account
-
accountExternalReferenceCode
String accountExternalReferenceCode
-
accountId
Long accountId
-
actions
Map<String,
Map<String, String>> actions -
advanceStatus
String advanceStatus
-
billingAddress
BillingAddress billingAddress
-
billingAddressExternalReferenceCode
String billingAddressExternalReferenceCode
-
billingAddressId
Long billingAddressId
-
channel
Channel channel
-
channelExternalReferenceCode
String channelExternalReferenceCode
-
channelId
@NotNull Long channelId
-
couponCode
String couponCode
-
createDate
Date createDate
-
creatorEmailAddress
String creatorEmailAddress
-
currencyCode
@NotEmpty String currencyCode
-
currencyExternalReferenceCode
String currencyExternalReferenceCode
-
currencyId
Long currencyId
-
customFields
Map<String,
?> customFields -
deliveryTermDescription
String deliveryTermDescription
-
deliveryTermExternalReferenceCode
String deliveryTermExternalReferenceCode
-
deliveryTermId
Long deliveryTermId
-
deliveryTermName
String deliveryTermName
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
lastPriceUpdateDate
Date lastPriceUpdateDate
-
modifiedDate
Date modifiedDate
-
name
String name
-
orderDate
Date orderDate
-
orderItems
OrderItem[] orderItems
-
orderStatus
Integer orderStatus
-
orderStatusInfo
Status orderStatusInfo
-
orderTypeExternalReferenceCode
String orderTypeExternalReferenceCode
-
orderTypeId
Long orderTypeId
-
paymentMethod
String paymentMethod
-
paymentStatus
Integer paymentStatus
-
paymentStatusInfo
Status paymentStatusInfo
-
paymentTermDescription
String paymentTermDescription
-
paymentTermExternalReferenceCode
String paymentTermExternalReferenceCode
-
paymentTermId
Long paymentTermId
-
paymentTermName
String paymentTermName
-
printedNote
String printedNote
-
purchaseOrderNumber
String purchaseOrderNumber
-
requestedDeliveryDate
Date requestedDeliveryDate
-
shippable
Boolean shippable
-
shippingAddress
ShippingAddress shippingAddress
-
shippingAddressExternalReferenceCode
String shippingAddressExternalReferenceCode
-
shippingAddressId
Long shippingAddressId
-
shippingAmount
BigDecimal shippingAmount
-
shippingAmountFormatted
String shippingAmountFormatted
-
shippingAmountValue
Double shippingAmountValue
-
shippingDiscountAmount
BigDecimal shippingDiscountAmount
-
shippingDiscountAmountFormatted
String shippingDiscountAmountFormatted
-
shippingDiscountAmountValue
Double shippingDiscountAmountValue
-
shippingDiscountPercentageLevel1
BigDecimal shippingDiscountPercentageLevel1
-
shippingDiscountPercentageLevel1WithTaxAmount
BigDecimal shippingDiscountPercentageLevel1WithTaxAmount
-
shippingDiscountPercentageLevel2
BigDecimal shippingDiscountPercentageLevel2
-
shippingDiscountPercentageLevel2WithTaxAmount
BigDecimal shippingDiscountPercentageLevel2WithTaxAmount
-
shippingDiscountPercentageLevel3
BigDecimal shippingDiscountPercentageLevel3
-
shippingDiscountPercentageLevel3WithTaxAmount
BigDecimal shippingDiscountPercentageLevel3WithTaxAmount
-
shippingDiscountPercentageLevel4
BigDecimal shippingDiscountPercentageLevel4
-
shippingDiscountPercentageLevel4WithTaxAmount
BigDecimal shippingDiscountPercentageLevel4WithTaxAmount
-
shippingDiscountWithTaxAmount
BigDecimal shippingDiscountWithTaxAmount
-
shippingDiscountWithTaxAmountFormatted
String shippingDiscountWithTaxAmountFormatted
-
shippingMethod
String shippingMethod
-
shippingOption
String shippingOption
-
shippingWithTaxAmount
BigDecimal shippingWithTaxAmount
-
shippingWithTaxAmountFormatted
String shippingWithTaxAmountFormatted
-
shippingWithTaxAmountValue
Double shippingWithTaxAmountValue
-
subtotal
BigDecimal subtotal
-
subtotalAmount
Double subtotalAmount
-
subtotalDiscountAmount
BigDecimal subtotalDiscountAmount
-
subtotalDiscountAmountFormatted
String subtotalDiscountAmountFormatted
-
subtotalDiscountPercentageLevel1
BigDecimal subtotalDiscountPercentageLevel1
-
subtotalDiscountPercentageLevel1WithTaxAmount
BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount
-
subtotalDiscountPercentageLevel2
BigDecimal subtotalDiscountPercentageLevel2
-
subtotalDiscountPercentageLevel2WithTaxAmount
BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount
-
subtotalDiscountPercentageLevel3
BigDecimal subtotalDiscountPercentageLevel3
-
subtotalDiscountPercentageLevel3WithTaxAmount
BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount
-
subtotalDiscountPercentageLevel4
BigDecimal subtotalDiscountPercentageLevel4
-
subtotalDiscountPercentageLevel4WithTaxAmount
BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount
-
subtotalDiscountWithTaxAmount
BigDecimal subtotalDiscountWithTaxAmount
-
subtotalDiscountWithTaxAmountFormatted
String subtotalDiscountWithTaxAmountFormatted
-
subtotalFormatted
String subtotalFormatted
-
subtotalWithTaxAmount
BigDecimal subtotalWithTaxAmount
-
subtotalWithTaxAmountFormatted
String subtotalWithTaxAmountFormatted
-
subtotalWithTaxAmountValue
Double subtotalWithTaxAmountValue
-
taxAmount
BigDecimal taxAmount
-
taxAmountFormatted
String taxAmountFormatted
-
taxAmountValue
Double taxAmountValue
-
total
BigDecimal total
-
totalAmount
Double totalAmount
-
totalDiscountAmount
BigDecimal totalDiscountAmount
-
totalDiscountAmountFormatted
String totalDiscountAmountFormatted
-
totalDiscountAmountValue
Double totalDiscountAmountValue
-
totalDiscountPercentageLevel1
BigDecimal totalDiscountPercentageLevel1
-
totalDiscountPercentageLevel1WithTaxAmount
BigDecimal totalDiscountPercentageLevel1WithTaxAmount
-
totalDiscountPercentageLevel2
BigDecimal totalDiscountPercentageLevel2
-
totalDiscountPercentageLevel2WithTaxAmount
BigDecimal totalDiscountPercentageLevel2WithTaxAmount
-
totalDiscountPercentageLevel3
BigDecimal totalDiscountPercentageLevel3
-
totalDiscountPercentageLevel3WithTaxAmount
BigDecimal totalDiscountPercentageLevel3WithTaxAmount
-
totalDiscountPercentageLevel4
BigDecimal totalDiscountPercentageLevel4
-
totalDiscountPercentageLevel4WithTaxAmount
BigDecimal totalDiscountPercentageLevel4WithTaxAmount
-
totalDiscountWithTaxAmount
BigDecimal totalDiscountWithTaxAmount
-
totalDiscountWithTaxAmountFormatted
String totalDiscountWithTaxAmountFormatted
-
totalDiscountWithTaxAmountValue
Double totalDiscountWithTaxAmountValue
-
totalFormatted
String totalFormatted
-
totalWithTaxAmount
BigDecimal totalWithTaxAmount
-
totalWithTaxAmountFormatted
String totalWithTaxAmountFormatted
-
totalWithTaxAmountValue
Double totalWithTaxAmountValue
-
transactionId
String transactionId
-
workflowStatusInfo
Status workflowStatusInfo
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderAccountGroup
class OrderAccountGroup extends Object implements Serializable -
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderItem
class OrderItem extends Object implements Serializable-
Serialized Fields
-
_bookedQuantityIdSupplier
Supplier<Long> _bookedQuantityIdSupplier
-
_customFieldsSupplier
Supplier<CustomField[]> _customFieldsSupplier
-
_decimalQuantitySupplier
Supplier<BigDecimal> _decimalQuantitySupplier
-
_deliveryGroupNameSupplier
Supplier<String> _deliveryGroupNameSupplier
-
_deliveryGroupSupplier
Supplier<String> _deliveryGroupSupplier
-
_discountAmountSupplier
Supplier<BigDecimal> _discountAmountSupplier
-
_discountManuallyAdjustedSupplier
Supplier<Boolean> _discountManuallyAdjustedSupplier
-
_discountPercentageLevel1Supplier
Supplier<BigDecimal> _discountPercentageLevel1Supplier
-
_discountPercentageLevel1WithTaxAmountSupplier
Supplier<BigDecimal> _discountPercentageLevel1WithTaxAmountSupplier
-
_discountPercentageLevel2Supplier
Supplier<BigDecimal> _discountPercentageLevel2Supplier
-
_discountPercentageLevel2WithTaxAmountSupplier
Supplier<BigDecimal> _discountPercentageLevel2WithTaxAmountSupplier
-
_discountPercentageLevel3Supplier
Supplier<BigDecimal> _discountPercentageLevel3Supplier
-
_discountPercentageLevel3WithTaxAmountSupplier
Supplier<BigDecimal> _discountPercentageLevel3WithTaxAmountSupplier
-
_discountPercentageLevel4Supplier
Supplier<BigDecimal> _discountPercentageLevel4Supplier
-
_discountPercentageLevel4WithTaxAmountSupplier
Supplier<BigDecimal> _discountPercentageLevel4WithTaxAmountSupplier
-
_discountWithTaxAmountSupplier
Supplier<BigDecimal> _discountWithTaxAmountSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_finalPriceSupplier
Supplier<BigDecimal> _finalPriceSupplier
-
_finalPriceWithTaxAmountSupplier
Supplier<BigDecimal> _finalPriceWithTaxAmountSupplier
-
_formattedQuantitySupplier
Supplier<String> _formattedQuantitySupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<Map<String,
String>> _nameSupplier -
_optionsSupplier
Supplier<String> _optionsSupplier
-
_orderExternalReferenceCodeSupplier
Supplier<String> _orderExternalReferenceCodeSupplier
-
_orderIdSupplier
Supplier<Long> _orderIdSupplier
-
_priceManuallyAdjustedSupplier
Supplier<Boolean> _priceManuallyAdjustedSupplier
-
_printedNoteSupplier
Supplier<String> _printedNoteSupplier
-
_promoPriceSupplier
Supplier<BigDecimal> _promoPriceSupplier
-
_promoPriceWithTaxAmountSupplier
Supplier<BigDecimal> _promoPriceWithTaxAmountSupplier
-
_quantitySupplier
Supplier<BigDecimal> _quantitySupplier
-
_replacedSkuExternalReferenceCodeSupplier
Supplier<String> _replacedSkuExternalReferenceCodeSupplier
-
_replacedSkuIdSupplier
Supplier<Long> _replacedSkuIdSupplier
-
_replacedSkuSupplier
Supplier<String> _replacedSkuSupplier
-
_requestedDeliveryDateSupplier
Supplier<Date> _requestedDeliveryDateSupplier
-
_shippableSupplier
Supplier<Boolean> _shippableSupplier
-
_shippedQuantitySupplier
Supplier<BigDecimal> _shippedQuantitySupplier
-
_shippingAddressExternalReferenceCodeSupplier
Supplier<String> _shippingAddressExternalReferenceCodeSupplier
-
_shippingAddressIdSupplier
Supplier<Long> _shippingAddressIdSupplier
-
_shippingAddressSupplier
Supplier<ShippingAddress> _shippingAddressSupplier
-
_skuExternalReferenceCodeSupplier
Supplier<String> _skuExternalReferenceCodeSupplier
-
_skuIdSupplier
Supplier<Long> _skuIdSupplier
-
_skuSupplier
Supplier<String> _skuSupplier
-
_subscriptionSupplier
Supplier<Boolean> _subscriptionSupplier
-
_unitOfMeasureKeySupplier
Supplier<String> _unitOfMeasureKeySupplier
-
_unitOfMeasureSupplier
Supplier<String> _unitOfMeasureSupplier
-
_unitPriceSupplier
Supplier<BigDecimal> _unitPriceSupplier
-
_unitPriceWithTaxAmountSupplier
Supplier<BigDecimal> _unitPriceWithTaxAmountSupplier
-
_virtualItemsSupplier
Supplier<VirtualItem[]> _virtualItemsSupplier
-
_virtualItemURLsSupplier
Supplier<String[]> _virtualItemURLsSupplier
-
bookedQuantityId
Long bookedQuantityId
-
customFields
CustomField[] customFields
-
decimalQuantity
BigDecimal decimalQuantity
-
deliveryGroup
String deliveryGroup
Deprecated. -
deliveryGroupName
String deliveryGroupName
-
discountAmount
BigDecimal discountAmount
-
discountManuallyAdjusted
Boolean discountManuallyAdjusted
-
discountPercentageLevel1
BigDecimal discountPercentageLevel1
-
discountPercentageLevel1WithTaxAmount
BigDecimal discountPercentageLevel1WithTaxAmount
-
discountPercentageLevel2
BigDecimal discountPercentageLevel2
-
discountPercentageLevel2WithTaxAmount
BigDecimal discountPercentageLevel2WithTaxAmount
-
discountPercentageLevel3
BigDecimal discountPercentageLevel3
-
discountPercentageLevel3WithTaxAmount
BigDecimal discountPercentageLevel3WithTaxAmount
-
discountPercentageLevel4
BigDecimal discountPercentageLevel4
-
discountPercentageLevel4WithTaxAmount
BigDecimal discountPercentageLevel4WithTaxAmount
-
discountWithTaxAmount
BigDecimal discountWithTaxAmount
-
externalReferenceCode
String externalReferenceCode
-
finalPrice
BigDecimal finalPrice
-
finalPriceWithTaxAmount
BigDecimal finalPriceWithTaxAmount
-
formattedQuantity
String formattedQuantity
-
id
Long id
-
name
Map<String,
String> name -
options
String options
-
orderExternalReferenceCode
String orderExternalReferenceCode
-
orderId
Long orderId
-
priceManuallyAdjusted
Boolean priceManuallyAdjusted
-
printedNote
String printedNote
-
promoPrice
BigDecimal promoPrice
-
promoPriceWithTaxAmount
BigDecimal promoPriceWithTaxAmount
-
quantity
BigDecimal quantity
-
replacedSku
String replacedSku
-
replacedSkuExternalReferenceCode
String replacedSkuExternalReferenceCode
-
replacedSkuId
Long replacedSkuId
-
requestedDeliveryDate
Date requestedDeliveryDate
-
shippable
Boolean shippable
-
shippedQuantity
BigDecimal shippedQuantity
-
shippingAddress
ShippingAddress shippingAddress
-
shippingAddressExternalReferenceCode
String shippingAddressExternalReferenceCode
-
shippingAddressId
Long shippingAddressId
-
sku
String sku
-
skuExternalReferenceCode
String skuExternalReferenceCode
-
skuId
Long skuId
-
subscription
Boolean subscription
-
unitOfMeasure
String unitOfMeasure
-
unitOfMeasureKey
String unitOfMeasureKey
-
unitPrice
BigDecimal unitPrice
-
unitPriceWithTaxAmount
BigDecimal unitPriceWithTaxAmount
-
virtualItems
VirtualItem[] virtualItems
-
virtualItemURLs
String[] virtualItemURLs
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderNote
class OrderNote extends Object implements Serializable-
Serialized Fields
-
_authorSupplier
Supplier<String> _authorSupplier
-
_contentSupplier
Supplier<String> _contentSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_orderExternalReferenceCodeSupplier
Supplier<String> _orderExternalReferenceCodeSupplier
-
_orderIdSupplier
Supplier<Long> _orderIdSupplier
-
_restrictedSupplier
Supplier<Boolean> _restrictedSupplier
-
author
String author
-
content
String content
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
orderExternalReferenceCode
String orderExternalReferenceCode
-
orderId
Long orderId
-
restricted
Boolean restricted
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderRule
class OrderRule extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_activeSupplier
Supplier<Boolean> _activeSupplier
-
_authorSupplier
Supplier<String> _authorSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_descriptionSupplier
Supplier<String> _descriptionSupplier
-
_displayDateSupplier
Supplier<Date> _displayDateSupplier
-
_expirationDateSupplier
Supplier<Date> _expirationDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_neverExpireSupplier
Supplier<Boolean> _neverExpireSupplier
-
_orderRuleAccountGroupSupplier
Supplier<OrderRuleAccountGroup[]> _orderRuleAccountGroupSupplier
-
_orderRuleAccountSupplier
Supplier<OrderRuleAccount[]> _orderRuleAccountSupplier
-
_orderRuleChannelSupplier
Supplier<OrderRuleChannel[]> _orderRuleChannelSupplier
-
_orderRuleOrderTypeSupplier
Supplier<OrderRuleOrderType[]> _orderRuleOrderTypeSupplier
-
_prioritySupplier
Supplier<Double> _prioritySupplier
-
_typeSettingsSupplier
Supplier<String> _typeSettingsSupplier
-
_typeSupplier
Supplier<String> _typeSupplier
-
_workflowStatusInfoSupplier
Supplier<Status> _workflowStatusInfoSupplier
-
actions
Map<String,
Map<String, String>> actions -
active
Boolean active
-
author
String author
-
createDate
Date createDate
-
description
String description
-
displayDate
Date displayDate
-
expirationDate
Date expirationDate
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
name
@NotEmpty String name
-
neverExpire
Boolean neverExpire
-
orderRuleAccount
OrderRuleAccount[] orderRuleAccount
-
orderRuleAccountGroup
OrderRuleAccountGroup[] orderRuleAccountGroup
-
orderRuleChannel
OrderRuleChannel[] orderRuleChannel
-
orderRuleOrderType
OrderRuleOrderType[] orderRuleOrderType
-
priority
Double priority
-
type
@NotEmpty String type
-
typeSettings
String typeSettings
-
workflowStatusInfo
Status workflowStatusInfo
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderRuleAccount
class OrderRuleAccount extends Object implements Serializable-
Serialized Fields
-
_accountExternalReferenceCodeSupplier
Supplier<String> _accountExternalReferenceCodeSupplier
-
_accountIdSupplier
Supplier<Long> _accountIdSupplier
-
_accountSupplier
Supplier<Account> _accountSupplier
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_orderRuleAccountIdSupplier
Supplier<Long> _orderRuleAccountIdSupplier
-
_orderRuleExternalReferenceCodeSupplier
Supplier<String> _orderRuleExternalReferenceCodeSupplier
-
_orderRuleIdSupplier
Supplier<Long> _orderRuleIdSupplier
-
account
Account account
-
accountExternalReferenceCode
String accountExternalReferenceCode
-
accountId
@NotNull Long accountId
-
actions
Map<String,
Map<String, String>> actions -
orderRuleAccountId
Long orderRuleAccountId
-
orderRuleExternalReferenceCode
String orderRuleExternalReferenceCode
-
orderRuleId
@NotNull Long orderRuleId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderRuleAccountGroup
class OrderRuleAccountGroup extends Object implements Serializable-
Serialized Fields
-
_accountGroupExternalReferenceCodeSupplier
Supplier<String> _accountGroupExternalReferenceCodeSupplier
-
_accountGroupIdSupplier
Supplier<Long> _accountGroupIdSupplier
-
_accountGroupSupplier
Supplier<OrderAccountGroup> _accountGroupSupplier
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_orderRuleAccountGroupIdSupplier
Supplier<Long> _orderRuleAccountGroupIdSupplier
-
_orderRuleExternalReferenceCodeSupplier
Supplier<String> _orderRuleExternalReferenceCodeSupplier
-
_orderRuleIdSupplier
Supplier<Long> _orderRuleIdSupplier
-
accountGroup
OrderAccountGroup accountGroup
-
accountGroupExternalReferenceCode
String accountGroupExternalReferenceCode
-
accountGroupId
@NotNull Long accountGroupId
-
actions
Map<String,
Map<String, String>> actions -
orderRuleAccountGroupId
Long orderRuleAccountGroupId
-
orderRuleExternalReferenceCode
String orderRuleExternalReferenceCode
-
orderRuleId
@NotNull Long orderRuleId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderRuleChannel
class OrderRuleChannel extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_channelExternalReferenceCodeSupplier
Supplier<String> _channelExternalReferenceCodeSupplier
-
_channelIdSupplier
Supplier<Long> _channelIdSupplier
-
_channelSupplier
Supplier<Channel> _channelSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_orderRuleChannelIdSupplier
Supplier<Long> _orderRuleChannelIdSupplier
-
_orderRuleExternalReferenceCodeSupplier
Supplier<String> _orderRuleExternalReferenceCodeSupplier
-
_orderRuleIdSupplier
Supplier<Long> _orderRuleIdSupplier
-
actions
Map<String,
Map<String, String>> actions -
channel
Channel channel
-
channelExternalReferenceCode
String channelExternalReferenceCode
-
channelId
@NotNull Long channelId
-
orderRuleChannelId
Long orderRuleChannelId
-
orderRuleExternalReferenceCode
String orderRuleExternalReferenceCode
-
orderRuleId
@NotNull Long orderRuleId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderRuleOrderType
class OrderRuleOrderType extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_orderRuleExternalReferenceCodeSupplier
Supplier<String> _orderRuleExternalReferenceCodeSupplier
-
_orderRuleIdSupplier
Supplier<Long> _orderRuleIdSupplier
-
_orderRuleOrderTypeIdSupplier
Supplier<Long> _orderRuleOrderTypeIdSupplier
-
_orderTypeExternalReferenceCodeSupplier
Supplier<String> _orderTypeExternalReferenceCodeSupplier
-
_orderTypeIdSupplier
Supplier<Long> _orderTypeIdSupplier
-
_orderTypeSupplier
Supplier<OrderType> _orderTypeSupplier
-
actions
Map<String,
Map<String, String>> actions -
orderRuleExternalReferenceCode
String orderRuleExternalReferenceCode
-
orderRuleId
@NotNull Long orderRuleId
-
orderRuleOrderTypeId
Long orderRuleOrderTypeId
-
orderType
OrderType orderType
-
orderTypeExternalReferenceCode
String orderTypeExternalReferenceCode
-
orderTypeId
@NotNull Long orderTypeId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderType
class OrderType extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_activeSupplier
Supplier<Boolean> _activeSupplier
-
_customFieldsSupplier
Supplier<Map<String,
?>> _customFieldsSupplier -
_descriptionSupplier
Supplier<Map<String,
String>> _descriptionSupplier -
_displayDateSupplier
Supplier<Date> _displayDateSupplier
-
_displayOrderSupplier
Supplier<Integer> _displayOrderSupplier
-
_expirationDateSupplier
Supplier<Date> _expirationDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<Map<String,
String>> _nameSupplier -
_neverExpireSupplier
Supplier<Boolean> _neverExpireSupplier
-
_orderTypeChannelsSupplier
Supplier<OrderTypeChannel[]> _orderTypeChannelsSupplier
-
_workflowStatusInfoSupplier
Supplier<Status> _workflowStatusInfoSupplier
-
actions
Map<String,
Map<String, String>> actions -
active
Boolean active
-
customFields
Map<String,
?> customFields -
description
Map<String,
String> description -
displayDate
Date displayDate
-
displayOrder
Integer displayOrder
-
expirationDate
Date expirationDate
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
name
@NotNull Map<String,
String> name -
neverExpire
Boolean neverExpire
-
orderTypeChannels
OrderTypeChannel[] orderTypeChannels
-
workflowStatusInfo
Status workflowStatusInfo
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.OrderTypeChannel
class OrderTypeChannel extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_channelExternalReferenceCodeSupplier
Supplier<String> _channelExternalReferenceCodeSupplier
-
_channelIdSupplier
Supplier<Long> _channelIdSupplier
-
_channelSupplier
Supplier<Channel> _channelSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_orderTypeChannelIdSupplier
Supplier<Long> _orderTypeChannelIdSupplier
-
_orderTypeExternalReferenceCodeSupplier
Supplier<String> _orderTypeExternalReferenceCodeSupplier
-
_orderTypeIdSupplier
Supplier<Long> _orderTypeIdSupplier
-
actions
Map<String,
Map<String, String>> actions -
channel
Channel channel
-
channelExternalReferenceCode
String channelExternalReferenceCode
-
channelId
@NotNull Long channelId
-
orderTypeChannelId
Long orderTypeChannelId
-
orderTypeExternalReferenceCode
String orderTypeExternalReferenceCode
-
orderTypeId
@NotNull Long orderTypeId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.ShippingAddress
class ShippingAddress extends Object implements Serializable-
Serialized Fields
-
_citySupplier
Supplier<String> _citySupplier
-
_countryISOCodeSupplier
Supplier<String> _countryISOCodeSupplier
-
_descriptionSupplier
Supplier<String> _descriptionSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_latitudeSupplier
Supplier<Double> _latitudeSupplier
-
_longitudeSupplier
Supplier<Double> _longitudeSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_phoneNumberSupplier
Supplier<String> _phoneNumberSupplier
-
_regionISOCodeSupplier
Supplier<String> _regionISOCodeSupplier
-
_street1Supplier
Supplier<String> _street1Supplier
-
_street2Supplier
Supplier<String> _street2Supplier
-
_street3Supplier
Supplier<String> _street3Supplier
-
_zipSupplier
Supplier<String> _zipSupplier
-
city
@NotEmpty String city
-
countryISOCode
@NotEmpty String countryISOCode
-
description
String description
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
latitude
Double latitude
-
longitude
Double longitude
-
name
@NotEmpty String name
-
phoneNumber
String phoneNumber
-
regionISOCode
String regionISOCode
-
street1
@NotEmpty String street1
-
street2
String street2
-
street3
String street3
-
xClassName
String xClassName
-
zip
String zip
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.Status
class Status extends Object implements Serializable-
Serialized Fields
-
_codeSupplier
Supplier<Integer> _codeSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_label_i18nSupplier
Supplier<String> _label_i18nSupplier
-
_labelSupplier
Supplier<String> _labelSupplier
-
code
Integer code
-
label
String label
-
label_i18n
String label_i18n
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.Term
class Term extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_activeSupplier
Supplier<Boolean> _activeSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_descriptionSupplier
Supplier<Map<String,
String>> _descriptionSupplier -
_displayDateSupplier
Supplier<Date> _displayDateSupplier
-
_expirationDateSupplier
Supplier<Date> _expirationDateSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_labelSupplier
Supplier<Map<String,
String>> _labelSupplier -
_nameSupplier
Supplier<String> _nameSupplier
-
_neverExpireSupplier
Supplier<Boolean> _neverExpireSupplier
-
_prioritySupplier
Supplier<Double> _prioritySupplier
-
_termOrderTypeSupplier
Supplier<TermOrderType[]> _termOrderTypeSupplier
-
_typeLocalizedSupplier
Supplier<String> _typeLocalizedSupplier
-
_typeSettingsSupplier
Supplier<String> _typeSettingsSupplier
-
_typeSupplier
Supplier<String> _typeSupplier
-
_workflowStatusInfoSupplier
Supplier<Status> _workflowStatusInfoSupplier
-
actions
Map<String,
Map<String, String>> actions -
active
Boolean active
-
createDate
Date createDate
-
description
Map<String,
String> description -
displayDate
Date displayDate
-
expirationDate
Date expirationDate
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
label
Map<String,
String> label -
name
@NotEmpty String name
-
neverExpire
Boolean neverExpire
-
priority
Double priority
-
termOrderType
TermOrderType[] termOrderType
-
type
@NotEmpty String type
-
typeLocalized
String typeLocalized
-
typeSettings
String typeSettings
-
workflowStatusInfo
Status workflowStatusInfo
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.TermOrderType
class TermOrderType extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_orderTypeExternalReferenceCodeSupplier
Supplier<String> _orderTypeExternalReferenceCodeSupplier
-
_orderTypeIdSupplier
Supplier<Long> _orderTypeIdSupplier
-
_orderTypeSupplier
Supplier<OrderType> _orderTypeSupplier
-
_termExternalReferenceCodeSupplier
Supplier<String> _termExternalReferenceCodeSupplier
-
_termIdSupplier
Supplier<Long> _termIdSupplier
-
_termOrderTypeIdSupplier
Supplier<Long> _termOrderTypeIdSupplier
-
actions
Map<String,
Map<String, String>> actions -
orderType
OrderType orderType
-
orderTypeExternalReferenceCode
String orderTypeExternalReferenceCode
-
orderTypeId
@NotNull Long orderTypeId
-
termExternalReferenceCode
String termExternalReferenceCode
-
termId
@NotNull Long termId
-
termOrderTypeId
Long termOrderTypeId
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.order.dto.v1_0.VirtualItem
class VirtualItem extends Object implements Serializable-
Serialized Fields
-
-