Class SettlementInstructionsPartsDef.NostroAccount.Builder
java.lang.Object
com.caplin.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef.NostroAccount.Builder
- Enclosing class:
- SettlementInstructionsPartsDef.NostroAccount
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setNostroAccount
(@NotNull String nostroAccount) setNostroBIC
(@NotNull String nostroBIC) setNostroName
(@NotNull String nostroName) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setNostroName
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder setNostroName(@NotNull @NotNull String nostroName) - Parameters:
nostroName
- e.g. GBP Nostro Account.- Returns:
- An identifier for the given nostro account.
-
setNostroBIC
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder setNostroBIC(@NotNull @NotNull String nostroBIC) - Parameters:
nostroBIC
- e.g. ARABAEADABC- Returns:
- The Bank Identifier Code denoting the bank which will receive the money.
-
setNostroAccount
@NotNull public @NotNull SettlementInstructionsPartsDef.NostroAccount.Builder setNostroAccount(@NotNull @NotNull String nostroAccount) - Parameters:
nostroAccount
- e.g. AE770090004000824676500- Returns:
- The account at the bank denoted by the NostroBIC field that will receive the money.
-