public interface UpdateSettlementAccountIndependantDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Mandatory
|
com.google.protobuf.StringValue |
getNewHolderType()
New Holder Type
Maximum size 1
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getNewHolderTypeOrBuilder()
New Holder Type
Maximum size 1
Mandatory
|
com.google.protobuf.StringValue |
getNewResidency()
New Residency
Maximum size 1
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getNewResidencyOrBuilder()
New Residency
Maximum size 1
Mandatory
|
com.google.protobuf.StringValue |
getParticipantId()
Participant id of the settlement account (HIN)
Conditional Mandatory - Participant id mandatory if account no not supplied
Maximum size 5
|
com.google.protobuf.StringValueOrBuilder |
getParticipantIdOrBuilder()
Participant id of the settlement account (HIN)
Conditional Mandatory - Participant id mandatory if account no not supplied
Maximum size 5
|
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 |
getSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to
Conditional Mandatory - Settlement Account No (HIN) Mandatory if account no not supplied
Maximum size 10
|
com.google.protobuf.StringValueOrBuilder |
getSettlementAccountOrBuilder()
Settlement Account (HIN) protection reason is to be applied to
Conditional Mandatory - Settlement Account No (HIN) Mandatory if account no not supplied
Maximum size 10
|
com.google.protobuf.StringValue |
getUserId()
User Id
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
User Id
Optional
Maximum size 18
|
boolean |
hasEntryDateTime()
The date/time the record was created
Mandatory
|
boolean |
hasNewHolderType()
New Holder Type
Maximum size 1
Mandatory
|
boolean |
hasNewResidency()
New Residency
Maximum size 1
Mandatory
|
boolean |
hasParticipantId()
Participant id of the settlement account (HIN)
Conditional Mandatory - Participant id mandatory if account no not supplied
Maximum size 5
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to
Conditional Mandatory - Settlement Account No (HIN) Mandatory if account no not supplied
Maximum size 10
|
boolean |
hasUserId()
User Id
Optional
Maximum size 18
|
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 hasParticipantId()
Participant id of the settlement account (HIN) Conditional Mandatory - Participant id mandatory if account no not supplied Maximum size 5
.google.protobuf.StringValue participant_id = 2;com.google.protobuf.StringValue getParticipantId()
Participant id of the settlement account (HIN) Conditional Mandatory - Participant id mandatory if account no not supplied Maximum size 5
.google.protobuf.StringValue participant_id = 2;com.google.protobuf.StringValueOrBuilder getParticipantIdOrBuilder()
Participant id of the settlement account (HIN) Conditional Mandatory - Participant id mandatory if account no not supplied Maximum size 5
.google.protobuf.StringValue participant_id = 2;boolean hasSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to Conditional Mandatory - Settlement Account No (HIN) Mandatory if account no not supplied Maximum size 10
.google.protobuf.StringValue settlement_account = 3;com.google.protobuf.StringValue getSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to Conditional Mandatory - Settlement Account No (HIN) Mandatory if account no not supplied Maximum size 10
.google.protobuf.StringValue settlement_account = 3;com.google.protobuf.StringValueOrBuilder getSettlementAccountOrBuilder()
Settlement Account (HIN) protection reason is to be applied to Conditional Mandatory - Settlement Account No (HIN) Mandatory if account no not supplied Maximum size 10
.google.protobuf.StringValue settlement_account = 3;boolean hasNewHolderType()
New Holder Type Maximum size 1 Mandatory
.google.protobuf.StringValue new_holder_type = 4;com.google.protobuf.StringValue getNewHolderType()
New Holder Type Maximum size 1 Mandatory
.google.protobuf.StringValue new_holder_type = 4;com.google.protobuf.StringValueOrBuilder getNewHolderTypeOrBuilder()
New Holder Type Maximum size 1 Mandatory
.google.protobuf.StringValue new_holder_type = 4;boolean hasNewResidency()
New Residency Maximum size 1 Mandatory
.google.protobuf.StringValue new_residency = 5;com.google.protobuf.StringValue getNewResidency()
New Residency Maximum size 1 Mandatory
.google.protobuf.StringValue new_residency = 5;com.google.protobuf.StringValueOrBuilder getNewResidencyOrBuilder()
New Residency Maximum size 1 Mandatory
.google.protobuf.StringValue new_residency = 5;boolean hasUserId()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValue getUserId()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 6;boolean hasEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValue getEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;Copyright © 2020. All rights reserved.