Class OrderAuditTypesDef.OrderLegAuditAction

    • Method Detail

      • getOrderID

        @Nullable
        public @Nullable String getOrderID()
        Returns:
        The id of the order.
      • getVersion

        @Nullable
        public @Nullable Integer getVersion()
        Returns:
        The resulting version of this leg.
      • getActionDateTime

        @Nullable
        public @Nullable Instant getActionDateTime()
        Returns:
        actionDateTime
      • getActionBy

        @Nullable
        public @Nullable String getActionBy()
        Returns:
        Which user triggered the action to occur.
      • getOrderStatus

        @Nullable
        public @Nullable String getOrderStatus()
        Returns:
        Caplin supported statuses are [PENDING-ACCEPT, PENDING-ACTIVATION, ACTIVE, PARENT-ACTIVE, PENDING-DEACTIVATION, DEACTIVATED, EXPIRED, COMPLETED, REJECTED, PENDING-CANCEL, CANCELLED, CANCELLED-BY-PARTNER]
      • getActionCode

        @Nullable
        public @Nullable Integer getActionCode()
        Returns:
        Code for the action reason, to be translated by i18n. Constants are provided in the class ActionCode. Parameters for the translated message can be provided in the AuditParameter# fields. Custom codes should begin from 1000. If you don't want to provide a translation on the front end, you can send '9999' (or ActionCode.NON_TRANSLATABLE) and supply plain text in AuditParameter1.
      • getAuditParameter1

        @Nullable
        public @Nullable String getAuditParameter1()
        Returns:
        Parameter to be placed into the translated action reason.
      • getAuditParameter2

        @Nullable
        public @Nullable String getAuditParameter2()
        Returns:
        Parameter to be placed into the translated action reason.
      • getAuditParameter3

        @Nullable
        public @Nullable String getAuditParameter3()
        Returns:
        Parameter to be placed into the translated action reason.
      • getAuditParameter4

        @Nullable
        public @Nullable String getAuditParameter4()
        Returns:
        Parameter to be placed into the translated action reason.
      • getAuditParameter5

        @Nullable
        public @Nullable String getAuditParameter5()
        Returns:
        Parameter to be placed into the translated action reason.