public interface UpdateAccountOtherAddressRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountDesignation()
Account Designation
|
com.google.protobuf.StringValueOrBuilder |
getAccountDesignationOrBuilder()
Account Designation
|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number.
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number.
|
com.google.protobuf.StringValue |
getAddressType()
Address Type
|
com.google.protobuf.StringValueOrBuilder |
getAddressTypeOrBuilder()
Address Type
|
DateTimeValue |
getEntryDateTime()
Entry Date Time
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
Entry Date Time
|
Address |
getOtherAddress()
Account Other Address
|
AddressOrBuilder |
getOtherAddressOrBuilder()
Account Other Address
|
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
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
User Id
|
boolean |
hasAccountDesignation()
Account Designation
|
boolean |
hasAccountNumber()
iBROKER Account Number.
|
boolean |
hasAddressType()
Address Type
|
boolean |
hasEntryDateTime()
Entry Date Time
|
boolean |
hasOtherAddress()
Account Other Address
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasUserId()
User Id
|
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
.google.protobuf.StringValue address_type = 3;com.google.protobuf.StringValue getAddressType()
Address Type
.google.protobuf.StringValue address_type = 3;com.google.protobuf.StringValueOrBuilder getAddressTypeOrBuilder()
Address Type
.google.protobuf.StringValue address_type = 3;boolean hasAccountDesignation()
Account Designation
.google.protobuf.StringValue account_designation = 4;com.google.protobuf.StringValue getAccountDesignation()
Account Designation
.google.protobuf.StringValue account_designation = 4;com.google.protobuf.StringValueOrBuilder getAccountDesignationOrBuilder()
Account Designation
.google.protobuf.StringValue account_designation = 4;boolean hasOtherAddress()
Account Other Address
.fincleartech.ibroker.Address other_address = 5;Address getOtherAddress()
Account Other Address
.fincleartech.ibroker.Address other_address = 5;AddressOrBuilder getOtherAddressOrBuilder()
Account Other Address
.fincleartech.ibroker.Address other_address = 5;boolean hasUserId()
User Id
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValue getUserId()
User Id
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id
.google.protobuf.StringValue user_id = 6;boolean hasEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValue getEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;Copyright © 2020. All rights reserved.