Enum Class PaymentStatusCodeContentType
java.lang.Object
java.lang.Enum<PaymentStatusCodeContentType>
de.hybris.platform.oneorderfacades.oneorder.osin.PaymentStatusCodeContentType
- All Implemented Interfaces:
Serializable,Comparable<PaymentStatusCodeContentType>,Constable
Java class for PaymentStatusCodeContentType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PaymentStatusCodeContentType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ACCEPTED"/>
<enumeration value="ALLOCATED"/>
<enumeration value="CLOSED"/>
<enumeration value="COMMITTED"/>
<enumeration value="RECEIVED"/>
<enumeration value="REFUNDED"/>
<enumeration value="SENT"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe commitments to pay was accepted./At the Payment Level to indicate that a payment has been authorized, etc.The value of compensation was allocated to the corresponding Order Item.The payment process was done.The payer has committed to pay the compensation./When NDC indicates that part of a payment is to be applied to an order itemThe compensation was received./ The actual receipt of funds is a function of the accounting system, or it it expected that the revenue accounting system will update the order when the bank transmits funds to the airline? Don't think we need this.The compensation was transfered back to the payer./When an order item is cancelled or changed, we expect that any payments applied to the item will be un-applied.The compensation was transfered. -
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentStatusCodeContentTypevalue()static PaymentStatusCodeContentTypeReturns the enum constant of this class with the specified name.static PaymentStatusCodeContentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCEPTED
The commitments to pay was accepted./At the Payment Level to indicate that a payment has been authorized, etc. or the status in not needed -
ALLOCATED
The value of compensation was allocated to the corresponding Order Item. -
CLOSED
The payment process was done. -
COMMITTED
The payer has committed to pay the compensation./When NDC indicates that part of a payment is to be applied to an order item -
RECEIVED
The compensation was received./ The actual receipt of funds is a function of the accounting system, or it it expected that the revenue accounting system will update the order when the bank transmits funds to the airline? Don't think we need this. -
REFUNDED
The compensation was transfered back to the payer./When an order item is cancelled or changed, we expect that any payments applied to the item will be un-applied. this leaves a credit balance on the order that can be applied to a new item of refunded. -
SENT
The compensation was transfered.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-