public interface UpdateAccountTypeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValue |
getAccountSubType()
iBROKER Account Sub Type
Available values as per defined in iBROKER
Mandatory
Maximum size 1
|
com.google.protobuf.StringValueOrBuilder |
getAccountSubTypeOrBuilder()
iBROKER Account Sub Type
Available values as per defined in iBROKER
Mandatory
Maximum size 1
|
com.google.protobuf.StringValue |
getAccountType()
iBROKER Account Type
Available values as per defined in iBROKER
Mandatory
Maximum size 1
|
com.google.protobuf.StringValueOrBuilder |
getAccountTypeOrBuilder()
iBROKER Account Type
Available values as per defined in iBROKER
Mandatory
Maximum size 1
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Mandatory
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
boolean |
hasAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
boolean |
hasAccountSubType()
iBROKER Account Sub Type
Available values as per defined in iBROKER
Mandatory
Maximum size 1
|
boolean |
hasAccountType()
iBROKER Account Type
Available values as per defined in iBROKER
Mandatory
Maximum size 1
|
boolean |
hasEntryDateTime()
The date/time the record was created
Mandatory
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
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 hasAccountType()
iBROKER Account Type Available values as per defined in iBROKER Mandatory Maximum size 1
.google.protobuf.StringValue account_type = 3;com.google.protobuf.StringValue getAccountType()
iBROKER Account Type Available values as per defined in iBROKER Mandatory Maximum size 1
.google.protobuf.StringValue account_type = 3;com.google.protobuf.StringValueOrBuilder getAccountTypeOrBuilder()
iBROKER Account Type Available values as per defined in iBROKER Mandatory Maximum size 1
.google.protobuf.StringValue account_type = 3;boolean hasAccountSubType()
iBROKER Account Sub Type Available values as per defined in iBROKER Mandatory Maximum size 1
.google.protobuf.StringValue account_sub_type = 4;com.google.protobuf.StringValue getAccountSubType()
iBROKER Account Sub Type Available values as per defined in iBROKER Mandatory Maximum size 1
.google.protobuf.StringValue account_sub_type = 4;com.google.protobuf.StringValueOrBuilder getAccountSubTypeOrBuilder()
iBROKER Account Sub Type Available values as per defined in iBROKER Mandatory Maximum size 1
.google.protobuf.StringValue account_sub_type = 4;boolean hasEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValue getEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;Copyright © 2020. All rights reserved.