Interface SingleSettlementInstructionClientFieldSet
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
RequestTradeEvent
,SingleSettlementInstructionClientFieldSetChild
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Create, Update, Delete, Release, Rejectdefault String
The account number of the beneficiary's bank.default String
The first line of the beneficiary's bank's address.default String
The second line of the beneficiary's bank's address.default String
The third line of the beneficiary's bank's address.default String
The name of the beneficiary's bank.default String
The BIC of the beneficiary's bank.default String
The account number of the beneficiary.default String
The first line of the beneficiary.default String
The second line of the beneficiary.default String
The name of the beneficiary.default String
The BIC of the beneficiary's account.default String
Is this the default settlement instruction for this currency.default String
Is this settlement instruction a netting instruction.default String
The currency this settlement instruction is for.default String
The first line of remittance information.default String
The second line of remittance information.default String
The third line of remittance information.default String
The forth line of remittance information.default String
The fifth line of remittance information.default String
The sixth line of remittance information.default String
The direction the settlement instruction can refer to, Supported directions are: PAY, RECEIVE, BOTH.default String
The name of the settlement instruction.default String
The ID corresponding to the settlement instruction.default String
The status of a settlement instruction is either PENDING or CURRENT.default String
The type of settlement instruction.Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
Method Details
-
getAction
Create, Update, Delete, Release, Reject -
getSettlementId
The ID corresponding to the settlement instruction. -
getSettlementCurrency
The currency this settlement instruction is for. -
getSettlementDirection
The direction the settlement instruction can refer to, Supported directions are: PAY, RECEIVE, BOTH. -
getIsDefaultSettlementInstruction
Is this the default settlement instruction for this currency. -
getIsNettingInstruction
Is this settlement instruction a netting instruction. -
getSettlementInstructionStatus
The status of a settlement instruction is either PENDING or CURRENT. -
getSettlementInstructionType
The type of settlement instruction. Supported types are [EXISTING, ADHOC, NONE]. -
getSettlementDisplayName
The name of the settlement instruction. -
getBankAccount
The account number of the beneficiary's bank. -
getBankSwift
The BIC of the beneficiary's bank. -
getBankName
The name of the beneficiary's bank. -
getBankAddress1
The first line of the beneficiary's bank's address. -
getBankAddress2
The second line of the beneficiary's bank's address. -
getBankAddress3
The third line of the beneficiary's bank's address. -
getIndividualAccount
The account number of the beneficiary. -
getIndividualSwift
The BIC of the beneficiary's account. -
getIndividualName
The name of the beneficiary. -
getIndividualAddress1
The first line of the beneficiary. -
getIndividualAddress2
The second line of the beneficiary. -
getSettlementDetailsLine1
The first line of remittance information. -
getSettlementDetailsLine2
The second line of remittance information. -
getSettlementDetailsLine3
The third line of remittance information. -
getSettlementDetailsLine4
The forth line of remittance information. -
getSettlementDetailsLine5
The fifth line of remittance information. -
getSettlementDetailsLine6
The sixth line of remittance information.
-