public interface UpdateAccountMailingAddressRequestOrBuilder
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.
|
DateTimeValue |
getEntryDateTime()
Entry Date Time
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
Entry Date Time
|
Address |
getMailingAddress()
Account Mailing Address
|
AddressOrBuilder |
getMailingAddressOrBuilder()
Account Mailing 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 |
hasEntryDateTime()
Entry Date Time
|
boolean |
hasMailingAddress()
Account Mailing 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 hasAccountDesignation()
Account Designation
.google.protobuf.StringValue account_designation = 3;com.google.protobuf.StringValue getAccountDesignation()
Account Designation
.google.protobuf.StringValue account_designation = 3;com.google.protobuf.StringValueOrBuilder getAccountDesignationOrBuilder()
Account Designation
.google.protobuf.StringValue account_designation = 3;boolean hasMailingAddress()
Account Mailing Address
.fincleartech.ibroker.Address mailing_address = 4;Address getMailingAddress()
Account Mailing Address
.fincleartech.ibroker.Address mailing_address = 4;AddressOrBuilder getMailingAddressOrBuilder()
Account Mailing Address
.fincleartech.ibroker.Address mailing_address = 4;boolean hasUserId()
User Id
.google.protobuf.StringValue user_id = 5;com.google.protobuf.StringValue getUserId()
User Id
.google.protobuf.StringValue user_id = 5;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id
.google.protobuf.StringValue user_id = 5;boolean hasEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 6;DateTimeValue getEntryDateTime()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 6;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
Entry Date Time
.fincleartech.ibroker.DateTimeValue entry_date_time = 6;Copyright © 2020. All rights reserved.