public interface GetSettlementAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number.
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number.
|
com.google.protobuf.StringValue |
getParticipantId()
Participant Id Requesting the Settlement Account
Mandatory
Maximum size 5
|
com.google.protobuf.StringValueOrBuilder |
getParticipantIdOrBuilder()
Participant Id Requesting the Settlement Account
Mandatory
Maximum size 5
|
com.google.protobuf.StringValue |
getSettlementAccount()
the Settlement Account number (HIN)
Mandatory
Maximum size 16
|
com.google.protobuf.StringValueOrBuilder |
getSettlementAccountOrBuilder()
the Settlement Account number (HIN)
Mandatory
Maximum size 16
|
boolean |
hasAccountNumber()
iBROKER Account Number.
|
boolean |
hasParticipantId()
Participant Id Requesting the Settlement Account
Mandatory
Maximum size 5
|
boolean |
hasSettlementAccount()
the Settlement Account number (HIN)
Mandatory
Maximum size 16
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAccountNumber()
iBROKER Account Number. If supplied will obtain the Settlement Account attached to the iBROKER account. If not supplied will return the default and current account attached to the settlement account. Optional Maximum size 8
.google.protobuf.StringValue account_number = 1;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number. If supplied will obtain the Settlement Account attached to the iBROKER account. If not supplied will return the default and current account attached to the settlement account. Optional Maximum size 8
.google.protobuf.StringValue account_number = 1;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number. If supplied will obtain the Settlement Account attached to the iBROKER account. If not supplied will return the default and current account attached to the settlement account. Optional Maximum size 8
.google.protobuf.StringValue account_number = 1;boolean hasParticipantId()
Participant Id Requesting the Settlement Account Mandatory Maximum size 5
.google.protobuf.StringValue participant_id = 2;com.google.protobuf.StringValue getParticipantId()
Participant Id Requesting the Settlement Account Mandatory Maximum size 5
.google.protobuf.StringValue participant_id = 2;com.google.protobuf.StringValueOrBuilder getParticipantIdOrBuilder()
Participant Id Requesting the Settlement Account Mandatory Maximum size 5
.google.protobuf.StringValue participant_id = 2;boolean hasSettlementAccount()
the Settlement Account number (HIN) Mandatory Maximum size 16
.google.protobuf.StringValue settlement_account = 3;com.google.protobuf.StringValue getSettlementAccount()
the Settlement Account number (HIN) Mandatory Maximum size 16
.google.protobuf.StringValue settlement_account = 3;com.google.protobuf.StringValueOrBuilder getSettlementAccountOrBuilder()
the Settlement Account number (HIN) Mandatory Maximum size 16
.google.protobuf.StringValue settlement_account = 3;Copyright © 2022. All rights reserved.