Class CommerceOrderPaymentConstants

java.lang.Object
com.liferay.commerce.constants.CommerceOrderPaymentConstants

public class CommerceOrderPaymentConstants extends Object
  • Field Details

    • STATUS_AUTHORIZED

      public static final int STATUS_AUTHORIZED
      See Also:
    • STATUS_CANCELLED

      public static final int STATUS_CANCELLED
      See Also:
    • STATUS_COMPLETED

      public static final int STATUS_COMPLETED
      See Also:
    • STATUS_FAILED

      public static final int STATUS_FAILED
      See Also:
    • STATUS_PENDING

      public static final int STATUS_PENDING
      See Also:
    • STATUS_REFUNDED

      public static final int STATUS_REFUNDED
      See Also:
    • STATUSES

      public static final int[] STATUSES
    • STATUSES_RETRY_PAYMENT

      public static final int[] STATUSES_RETRY_PAYMENT
  • Constructor Details

    • CommerceOrderPaymentConstants

      public CommerceOrderPaymentConstants()
  • Method Details

    • getOrderPaymentLabelStyle

      public static String getOrderPaymentLabelStyle(int orderPaymentStatus)
    • getOrderPaymentStatusLabel

      public static String getOrderPaymentStatusLabel(int orderPaymentStatus)