Interface SingleSettlementInstructionClientFieldSet

    • Method Detail

      • getAction

        default java.lang.String getAction()
        Create, Update, Delete, Release, Reject
      • getSettlementId

        default java.lang.String getSettlementId()
        The ID corresponding to the settlement instruction.
      • getSettlementCurrency

        default java.lang.String getSettlementCurrency()
        The currency this settlement instruction is for.
      • getSettlementDirection

        default java.lang.String getSettlementDirection()
        The direction the settlement instruction can refer to, Supported directions are: PAY, RECEIVE, BOTH.
      • getIsDefaultSettlementInstruction

        default java.lang.String getIsDefaultSettlementInstruction()
        Is this the default settlement instruction for this currency.
      • getIsNettingInstruction

        default java.lang.String getIsNettingInstruction()
        Is this settlement instruction a netting instruction.
      • getSettlementInstructionStatus

        default java.lang.String getSettlementInstructionStatus()
        The status of a settlement instruction is either PENDING or CURRENT.
      • getSettlementInstructionType

        default java.lang.String getSettlementInstructionType()
        The type of settlement instruction. Supported types are [EXISTING, ADHOC, NONE].
      • getSettlementDisplayName

        default java.lang.String getSettlementDisplayName()
        The name of the settlement instruction.
      • getBankAccount

        default java.lang.String getBankAccount()
        The account number of the beneficiary's bank.
      • getBankSwift

        default java.lang.String getBankSwift()
        The BIC of the beneficiary's bank.
      • getBankName

        default java.lang.String getBankName()
        The name of the beneficiary's bank.
      • getBankAddress1

        default java.lang.String getBankAddress1()
        The first line of the beneficiary's bank's address.
      • getBankAddress2

        default java.lang.String getBankAddress2()
        The second line of the beneficiary's bank's address.
      • getBankAddress3

        default java.lang.String getBankAddress3()
        The third line of the beneficiary's bank's address.
      • getIndividualAccount

        default java.lang.String getIndividualAccount()
        The account number of the beneficiary.
      • getIndividualSwift

        default java.lang.String getIndividualSwift()
        The BIC of the beneficiary's account.
      • getIndividualName

        default java.lang.String getIndividualName()
        The name of the beneficiary.
      • getIndividualAddress1

        default java.lang.String getIndividualAddress1()
        The first line of the beneficiary.
      • getIndividualAddress2

        default java.lang.String getIndividualAddress2()
        The second line of the beneficiary.
      • getSettlementDetailsLine1

        default java.lang.String getSettlementDetailsLine1()
        The first line of remittance information.
      • getSettlementDetailsLine2

        default java.lang.String getSettlementDetailsLine2()
        The second line of remittance information.
      • getSettlementDetailsLine3

        default java.lang.String getSettlementDetailsLine3()
        The third line of remittance information.
      • getSettlementDetailsLine4

        default java.lang.String getSettlementDetailsLine4()
        The forth line of remittance information.
      • getSettlementDetailsLine5

        default java.lang.String getSettlementDetailsLine5()
        The fifth line of remittance information.
      • getSettlementDetailsLine6

        default java.lang.String getSettlementDetailsLine6()
        The sixth line of remittance information.