public interface GetClientAccountRelationshipRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Maximum size 8
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Maximum size 8
Mandatory
|
com.google.protobuf.StringValue |
getClientNumber()
The unique identifier of a client
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getClientNumberOrBuilder()
The unique identifier of a client
Mandatory
Maximum size 8
|
com.google.protobuf.StringValue |
getRelationshipType()
The type of relationship the client has with the account
Available options as defined in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getRelationshipTypeOrBuilder()
The type of relationship the client has with the account
Available options as defined in iBROKER.
|
boolean |
hasAccountNumber()
iBROKER Account Number
Maximum size 8
Mandatory
|
boolean |
hasClientNumber()
The unique identifier of a client
Mandatory
Maximum size 8
|
boolean |
hasRelationshipType()
The type of relationship the client has with the account
Available options as defined in iBROKER.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAccountNumber()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 1;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 1;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 1;boolean hasClientNumber()
The unique identifier of a client Mandatory Maximum size 8
.google.protobuf.StringValue client_number = 2;com.google.protobuf.StringValue getClientNumber()
The unique identifier of a client Mandatory Maximum size 8
.google.protobuf.StringValue client_number = 2;com.google.protobuf.StringValueOrBuilder getClientNumberOrBuilder()
The unique identifier of a client Mandatory Maximum size 8
.google.protobuf.StringValue client_number = 2;boolean hasRelationshipType()
The type of relationship the client has with the account Available options as defined in iBROKER. Mandatory Maximum size 3
.google.protobuf.StringValue relationship_type = 3;com.google.protobuf.StringValue getRelationshipType()
The type of relationship the client has with the account Available options as defined in iBROKER. Mandatory Maximum size 3
.google.protobuf.StringValue relationship_type = 3;com.google.protobuf.StringValueOrBuilder getRelationshipTypeOrBuilder()
The type of relationship the client has with the account Available options as defined in iBROKER. Mandatory Maximum size 3
.google.protobuf.StringValue relationship_type = 3;Copyright © 2022. All rights reserved.