public interface CreateClientDetailsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.StringValue |
getClientNumber()
.google.protobuf.StringValue client_number = 3; |
com.google.protobuf.StringValueOrBuilder |
getClientNumberOrBuilder()
.google.protobuf.StringValue client_number = 3; |
com.google.protobuf.BoolValue |
getCurrent()
.google.protobuf.BoolValue current = 9; |
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
.google.protobuf.BoolValue current = 9; |
com.google.protobuf.StringValue |
getEntryDateTime()
.google.protobuf.StringValue entry_date_time = 13; |
com.google.protobuf.StringValueOrBuilder |
getEntryDateTimeOrBuilder()
.google.protobuf.StringValue entry_date_time = 13; |
com.google.protobuf.StringValue |
getRelationshipType()
.google.protobuf.StringValue relationship_type = 12; |
com.google.protobuf.StringValueOrBuilder |
getRelationshipTypeOrBuilder()
.google.protobuf.StringValue relationship_type = 12; |
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()
.google.protobuf.StringValue user_id = 14; |
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
.google.protobuf.StringValue user_id = 14; |
com.google.protobuf.StringValue |
getWtaxCode()
withholding tax
|
com.google.protobuf.StringValueOrBuilder |
getWtaxCodeOrBuilder()
withholding tax
|
boolean |
hasAccountNumber()
.google.protobuf.StringValue account_number = 2; |
boolean |
hasClientNumber()
.google.protobuf.StringValue client_number = 3; |
boolean |
hasCurrent()
.google.protobuf.BoolValue current = 9; |
boolean |
hasEntryDateTime()
.google.protobuf.StringValue entry_date_time = 13; |
boolean |
hasRelationshipType()
.google.protobuf.StringValue relationship_type = 12; |
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasUserId()
.google.protobuf.StringValue user_id = 14; |
boolean |
hasWtaxCode()
withholding tax
|
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.
.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.
.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.
.google.protobuf.StringValue request_id = 1;boolean hasAccountNumber()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2;boolean hasClientNumber()
.google.protobuf.StringValue client_number = 3;com.google.protobuf.StringValue getClientNumber()
.google.protobuf.StringValue client_number = 3;com.google.protobuf.StringValueOrBuilder getClientNumberOrBuilder()
.google.protobuf.StringValue client_number = 3;boolean hasWtaxCode()
withholding tax
.google.protobuf.StringValue wtax_code = 8;com.google.protobuf.StringValue getWtaxCode()
withholding tax
.google.protobuf.StringValue wtax_code = 8;com.google.protobuf.StringValueOrBuilder getWtaxCodeOrBuilder()
withholding tax
.google.protobuf.StringValue wtax_code = 8;boolean hasCurrent()
.google.protobuf.BoolValue current = 9;com.google.protobuf.BoolValue getCurrent()
.google.protobuf.BoolValue current = 9;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
.google.protobuf.BoolValue current = 9;boolean hasRelationshipType()
.google.protobuf.StringValue relationship_type = 12;com.google.protobuf.StringValue getRelationshipType()
.google.protobuf.StringValue relationship_type = 12;com.google.protobuf.StringValueOrBuilder getRelationshipTypeOrBuilder()
.google.protobuf.StringValue relationship_type = 12;boolean hasEntryDateTime()
.google.protobuf.StringValue entry_date_time = 13;com.google.protobuf.StringValue getEntryDateTime()
.google.protobuf.StringValue entry_date_time = 13;com.google.protobuf.StringValueOrBuilder getEntryDateTimeOrBuilder()
.google.protobuf.StringValue entry_date_time = 13;boolean hasUserId()
.google.protobuf.StringValue user_id = 14;com.google.protobuf.StringValue getUserId()
.google.protobuf.StringValue user_id = 14;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
.google.protobuf.StringValue user_id = 14;Copyright © 2020. All rights reserved.