public interface GetClientAccountRelationshipResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if client is active
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if client is active
|
DateTimeValue |
getEntryDateTime()
The date on which the client was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date on which the client was created
Mandatory
|
NumberValue |
getHolderSequence()
The sequence the holder should be displayed
Mandatory
Maximum size 38
|
NumberValueOrBuilder |
getHolderSequenceOrBuilder()
The sequence the holder should be displayed
Mandatory
Maximum size 38
|
ResponseStatus |
getStatus()
Response Status.
|
ResponseStatusOrBuilder |
getStatusOrBuilder()
Response Status.
|
com.google.protobuf.StringValue |
getUserId()
The identification of the user who created the client
Mandatory
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The identification of the user who created the client
Mandatory
Maximum size 18
|
com.google.protobuf.StringValue |
getWithholdingTaxCode()
Code that points to the rate of withholding tax available for the client
Optional
Maximum size 4
|
com.google.protobuf.StringValueOrBuilder |
getWithholdingTaxCodeOrBuilder()
Code that points to the rate of withholding tax available for the client
Optional
Maximum size 4
|
boolean |
hasCurrent()
Flag indicating if client is active
|
boolean |
hasEntryDateTime()
The date on which the client was created
Mandatory
|
boolean |
hasHolderSequence()
The sequence the holder should be displayed
Mandatory
Maximum size 38
|
boolean |
hasStatus()
Response Status.
|
boolean |
hasUserId()
The identification of the user who created the client
Mandatory
Maximum size 18
|
boolean |
hasWithholdingTaxCode()
Code that points to the rate of withholding tax available for the client
Optional
Maximum size 4
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatus getStatus()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatusOrBuilder getStatusOrBuilder()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;boolean hasWithholdingTaxCode()
Code that points to the rate of withholding tax available for the client Optional Maximum size 4
.google.protobuf.StringValue withholding_tax_code = 6;com.google.protobuf.StringValue getWithholdingTaxCode()
Code that points to the rate of withholding tax available for the client Optional Maximum size 4
.google.protobuf.StringValue withholding_tax_code = 6;com.google.protobuf.StringValueOrBuilder getWithholdingTaxCodeOrBuilder()
Code that points to the rate of withholding tax available for the client Optional Maximum size 4
.google.protobuf.StringValue withholding_tax_code = 6;boolean hasCurrent()
Flag indicating if client is active
.google.protobuf.BoolValue current = 7;com.google.protobuf.BoolValue getCurrent()
Flag indicating if client is active
.google.protobuf.BoolValue current = 7;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if client is active
.google.protobuf.BoolValue current = 7;boolean hasEntryDateTime()
The date on which the client was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 11;DateTimeValue getEntryDateTime()
The date on which the client was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 11;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date on which the client was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 11;boolean hasUserId()
The identification of the user who created the client Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 12;com.google.protobuf.StringValue getUserId()
The identification of the user who created the client Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 12;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The identification of the user who created the client Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 12;boolean hasHolderSequence()
The sequence the holder should be displayed Mandatory Maximum size 38
.fincleartech.ibroker.NumberValue holder_sequence = 13;NumberValue getHolderSequence()
The sequence the holder should be displayed Mandatory Maximum size 38
.fincleartech.ibroker.NumberValue holder_sequence = 13;NumberValueOrBuilder getHolderSequenceOrBuilder()
The sequence the holder should be displayed Mandatory Maximum size 38
.fincleartech.ibroker.NumberValue holder_sequence = 13;Copyright © 2020. All rights reserved.