public interface AccountContactOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountContactNumber()
Account contact number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getAccountContactNumberOrBuilder()
Account contact number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Maximum size 8
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if record is active
Mandatory
Maximum size 1
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Optional
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Optional
|
com.google.protobuf.StringValue |
getName()
Indicates the account contact name
Mandatory
Maximum size 60
|
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
Indicates the account contact name
Mandatory
Maximum size 60
|
com.google.protobuf.StringValue |
getReason()
Indicates the account contact reason
Mandatory
Maximum size 60
|
com.google.protobuf.StringValueOrBuilder |
getReasonOrBuilder()
Indicates the account contact reason
Mandatory
Maximum size 60
|
com.google.protobuf.StringValue |
getTelNo()
Indicates the account mobile/telephone number
Mandatory
Maximum size 20
|
com.google.protobuf.StringValueOrBuilder |
getTelNoOrBuilder()
Indicates the account mobile/telephone number
Mandatory
Maximum size 20
|
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the account adviser split
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the account adviser split
Optional
Maximum size 18
|
boolean |
hasAccountContactNumber()
Account contact number
Mandatory
Maximum size 8
|
boolean |
hasAccountNumber()
iBROKER Account Number
Maximum size 8
|
boolean |
hasCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
boolean |
hasEntryDateTime()
The date/time the record was created
Optional
|
boolean |
hasName()
Indicates the account contact name
Mandatory
Maximum size 60
|
boolean |
hasReason()
Indicates the account contact reason
Mandatory
Maximum size 60
|
boolean |
hasTelNo()
Indicates the account mobile/telephone number
Mandatory
Maximum size 20
|
boolean |
hasUserId()
The database user ID who created the account adviser split
Optional
Maximum size 18
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAccountContactNumber()
Account contact number Mandatory Maximum size 8
.google.protobuf.StringValue account_contact_number = 1;com.google.protobuf.StringValue getAccountContactNumber()
Account contact number Mandatory Maximum size 8
.google.protobuf.StringValue account_contact_number = 1;com.google.protobuf.StringValueOrBuilder getAccountContactNumberOrBuilder()
Account contact number Mandatory Maximum size 8
.google.protobuf.StringValue account_contact_number = 1;boolean hasAccountNumber()
iBROKER Account Number Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Maximum size 8
.google.protobuf.StringValue account_number = 2;boolean hasName()
Indicates the account contact name Mandatory Maximum size 60
.google.protobuf.StringValue name = 3;com.google.protobuf.StringValue getName()
Indicates the account contact name Mandatory Maximum size 60
.google.protobuf.StringValue name = 3;com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
Indicates the account contact name Mandatory Maximum size 60
.google.protobuf.StringValue name = 3;boolean hasCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 4;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 4;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 4;boolean hasTelNo()
Indicates the account mobile/telephone number Mandatory Maximum size 20
.google.protobuf.StringValue tel_no = 5;com.google.protobuf.StringValue getTelNo()
Indicates the account mobile/telephone number Mandatory Maximum size 20
.google.protobuf.StringValue tel_no = 5;com.google.protobuf.StringValueOrBuilder getTelNoOrBuilder()
Indicates the account mobile/telephone number Mandatory Maximum size 20
.google.protobuf.StringValue tel_no = 5;boolean hasReason()
Indicates the account contact reason Mandatory Maximum size 60
.google.protobuf.StringValue reason = 6;com.google.protobuf.StringValue getReason()
Indicates the account contact reason Mandatory Maximum size 60
.google.protobuf.StringValue reason = 6;com.google.protobuf.StringValueOrBuilder getReasonOrBuilder()
Indicates the account contact reason Mandatory Maximum size 60
.google.protobuf.StringValue reason = 6;boolean hasEntryDateTime()
The date/time the record was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValue getEntryDateTime()
The date/time the record was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;boolean hasUserId()
The database user ID who created the account adviser split Optional Maximum size 18
.google.protobuf.StringValue user_id = 8;com.google.protobuf.StringValue getUserId()
The database user ID who created the account adviser split Optional Maximum size 18
.google.protobuf.StringValue user_id = 8;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the account adviser split Optional Maximum size 18
.google.protobuf.StringValue user_id = 8;Copyright © 2022. All rights reserved.