Serialized Form
-
Package com.liferay.headless.commerce.admin.payment.dto.v1_0
-
Class com.liferay.headless.commerce.admin.payment.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.payment.dto.v1_0.Payment
class Payment extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_amountFormattedSupplier
Supplier<String> _amountFormattedSupplier
-
_amountSupplier
Supplier<BigDecimal> _amountSupplier
-
_authorSupplier
Supplier<String> _authorSupplier
-
_callbackURLSupplier
Supplier<String> _callbackURLSupplier
-
_cancelURLSupplier
Supplier<String> _cancelURLSupplier
-
_channelIdSupplier
Supplier<Long> _channelIdSupplier
-
_commentSupplier
Supplier<String> _commentSupplier
-
_createDateSupplier
Supplier<Date> _createDateSupplier
-
_currencyCodeSupplier
Supplier<String> _currencyCodeSupplier
-
_currencyExternalReferenceCodeSupplier
Supplier<String> _currencyExternalReferenceCodeSupplier
-
_currencyIdSupplier
Supplier<Long> _currencyIdSupplier
-
_errorMessagesSupplier
Supplier<String> _errorMessagesSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_languageIdSupplier
Supplier<String> _languageIdSupplier
-
_payloadSupplier
Supplier<String> _payloadSupplier
-
_paymentIntegrationKeySupplier
Supplier<String> _paymentIntegrationKeySupplier
-
_paymentIntegrationTypeSupplier
Supplier<Integer> _paymentIntegrationTypeSupplier
-
_paymentStatusStatusSupplier
Supplier<Status> _paymentStatusStatusSupplier
-
_paymentStatusSupplier
Supplier<Integer> _paymentStatusSupplier
-
_reasonKeySupplier
Supplier<String> _reasonKeySupplier
-
_reasonNameSupplier
Supplier<Map<String,
String>> _reasonNameSupplier -
_redirectURLSupplier
Supplier<String> _redirectURLSupplier
-
_relatedItemIdSupplier
Supplier<Long> _relatedItemIdSupplier
-
_relatedItemNameLabelSupplier
Supplier<String> _relatedItemNameLabelSupplier
-
_relatedItemNameSupplier
Supplier<String> _relatedItemNameSupplier
-
_transactionCodeSupplier
Supplier<String> _transactionCodeSupplier
-
_typeLabelSupplier
Supplier<String> _typeLabelSupplier
-
_typeSupplier
Supplier<Integer> _typeSupplier
-
actions
Map<String,
Map<String, String>> actions -
amount
BigDecimal amount
-
amountFormatted
String amountFormatted
-
author
String author
-
callbackURL
String callbackURL
-
cancelURL
String cancelURL
-
channelId
Long channelId
-
comment
String comment
-
createDate
Date createDate
-
currencyCode
String currencyCode
-
currencyExternalReferenceCode
String currencyExternalReferenceCode
-
currencyId
Long currencyId
-
errorMessages
String errorMessages
-
externalReferenceCode
String externalReferenceCode
-
id
Long id
-
languageId
String languageId
-
payload
String payload
-
paymentIntegrationKey
String paymentIntegrationKey
-
paymentIntegrationType
Integer paymentIntegrationType
-
paymentStatus
Integer paymentStatus
-
paymentStatusStatus
Status paymentStatusStatus
-
reasonKey
String reasonKey
-
reasonName
Map<String,
String> reasonName -
redirectURL
String redirectURL
-
relatedItemId
Long relatedItemId
-
relatedItemName
String relatedItemName
-
relatedItemNameLabel
String relatedItemNameLabel
-
transactionCode
String transactionCode
-
type
Integer type
-
typeLabel
String typeLabel
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.commerce.admin.payment.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
-
-
-