public interface UpdateAccountOtherAddressRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountDesignation()
Account Designation
Optional
Maximum size 35
|
com.google.protobuf.StringValueOrBuilder |
getAccountDesignationOrBuilder()
Account Designation
Optional
Maximum size 35
|
com.google.protobuf.StringValue |
getAccountName()
Account Name
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 350
|
com.google.protobuf.StringValueOrBuilder |
getAccountNameOrBuilder()
Account Name
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 350
|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number.
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number.
|
com.google.protobuf.StringValue |
getAddressType()
Address Type
Mandatory
Maximum size 1
|
com.google.protobuf.StringValueOrBuilder |
getAddressTypeOrBuilder()
Address Type
Mandatory
Maximum size 1
|
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()
Entry Date Time
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
Entry Date Time
|
com.google.protobuf.StringValue |
getMailingAddressee()
Mailing Addressee
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 80
|
com.google.protobuf.StringValueOrBuilder |
getMailingAddresseeOrBuilder()
Mailing Addressee
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 80
|
Address |
getOtherAddress()
Account Other Address Structure
|
AddressOrBuilder |
getOtherAddressOrBuilder()
Account Other Address Structure
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
com.google.protobuf.StringValue |
getUserId()
User Id - User updating the record.
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
User Id - User updating the record.
|
boolean |
hasAccountDesignation()
Account Designation
Optional
Maximum size 35
|
boolean |
hasAccountName()
Account Name
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 350
|
boolean |
hasAccountNumber()
iBROKER Account Number.
|
boolean |
hasAddressType()
Address Type
Mandatory
Maximum size 1
|
boolean |
hasCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
boolean |
hasEntryDateTime()
Entry Date Time
|
boolean |
hasMailingAddressee()
Mailing Addressee
Conditional Mandatory - If not supplied will be generated based on clients attached to the account
Maximum size 80
|
boolean |
hasOtherAddress()
Account Other Address Structure
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasUserId()
User Id - User updating the record.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValue getRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue request_id = 1;boolean hasAccountNumber()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;boolean hasAddressType()
Address Type Mandatory Maximum size 1
.google.protobuf.StringValue address_type = 3;com.google.protobuf.StringValue getAddressType()
Address Type Mandatory Maximum size 1
.google.protobuf.StringValue address_type = 3;com.google.protobuf.StringValueOrBuilder getAddressTypeOrBuilder()
Address Type Mandatory Maximum size 1
.google.protobuf.StringValue address_type = 3;boolean hasAccountName()
Account Name Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 350
.google.protobuf.StringValue account_name = 4;com.google.protobuf.StringValue getAccountName()
Account Name Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 350
.google.protobuf.StringValue account_name = 4;com.google.protobuf.StringValueOrBuilder getAccountNameOrBuilder()
Account Name Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 350
.google.protobuf.StringValue account_name = 4;boolean hasAccountDesignation()
Account Designation Optional Maximum size 35
.google.protobuf.StringValue account_designation = 5;com.google.protobuf.StringValue getAccountDesignation()
Account Designation Optional Maximum size 35
.google.protobuf.StringValue account_designation = 5;com.google.protobuf.StringValueOrBuilder getAccountDesignationOrBuilder()
Account Designation Optional Maximum size 35
.google.protobuf.StringValue account_designation = 5;boolean hasMailingAddressee()
Mailing Addressee Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 80
.google.protobuf.StringValue mailing_addressee = 6;com.google.protobuf.StringValue getMailingAddressee()
Mailing Addressee Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 80
.google.protobuf.StringValue mailing_addressee = 6;com.google.protobuf.StringValueOrBuilder getMailingAddresseeOrBuilder()
Mailing Addressee Conditional Mandatory - If not supplied will be generated based on clients attached to the account Maximum size 80
.google.protobuf.StringValue mailing_addressee = 6;boolean hasOtherAddress()
Account Other Address Structure
.fincleartech.ibroker.Address other_address = 7;Address getOtherAddress()
Account Other Address Structure
.fincleartech.ibroker.Address other_address = 7;AddressOrBuilder getOtherAddressOrBuilder()
Account Other Address Structure
.fincleartech.ibroker.Address other_address = 7;boolean hasCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 8;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 8;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 8;boolean hasUserId()
User Id - User updating the record. If not supplied system defaults apply Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;com.google.protobuf.StringValue getUserId()
User Id - User updating the record. If not supplied system defaults apply Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id - User updating the record. If not supplied system defaults apply Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;boolean hasEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;DateTimeValue getEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 10;Copyright © 2022. All rights reserved.