Class SettlementInstructionsPartsDef.SettlementInstructionFields

    • Method Detail

      • getSettlementId

        @Nullable
        public @Nullable java.lang.String getSettlementId()
        Returns:
        The identifier for the settlement instruction.
      • getSettlementCurrency

        @Nullable
        public @Nullable java.lang.String getSettlementCurrency()
        Returns:
        A currency for of settlement instruction
      • getSettlementDirection

        @Nullable
        public @Nullable java.lang.String getSettlementDirection()
        Returns:
        The direction in which the settlement details refer to, supported directions are: PAY, RECEIVE, BOTH
      • getIsDefaultSettlementInstruction

        @Nullable
        public @Nullable java.lang.Boolean getIsDefaultSettlementInstruction()
        Returns:
        Is this the default settlement instruction for this currency
      • getIsNettingInstruction

        @Nullable
        public @Nullable java.lang.Boolean getIsNettingInstruction()
        Returns:
        Is this settlement instruction a netting instruction
      • getSettlementInstructionStatus

        @Nullable
        public @Nullable java.lang.String getSettlementInstructionStatus()
        Returns:
        The status of a settlement instruction is either PENDING or CURRENT
      • getCanEdit

        @Nullable
        public @Nullable java.lang.Boolean getCanEdit()
        Returns:
        Ability to Edit the settlement instruction
      • getCanDelete

        @Nullable
        public @Nullable java.lang.Boolean getCanDelete()
        Returns:
        Ability to Delete the settlement instruction
      • getCanApprove

        @Nullable
        public @Nullable java.lang.Boolean getCanApprove()
        Returns:
        Ability to Approve the settlement instruction
      • getCanReject

        @Nullable
        public @Nullable java.lang.Boolean getCanReject()
        Returns:
        Ability to Reject the settlement instruction
      • getFields

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getFields()
        Specified by:
        getFields in interface Message
      • getFieldFlags

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> getFieldFlags()
        Specified by:
        getFieldFlags in interface BuilderMessage
        Returns:
        Get the flags for all fields.
      • getFlagFields

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> getFlagFields()
        Specified by:
        getFlagFields in interface BuilderMessage
        Returns:
        Get the fields for all flags.
      • toString

        @NotNull
        public @NotNull java.lang.String toString()
        Overrides:
        toString in class java.lang.Object