public interface UpdateSettlementAccountStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getContactReference()
Contact Reference
Maximum size 16
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getContactReferenceOrBuilder()
Contact Reference
Maximum size 16
Mandatory
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Mandatory
|
com.google.protobuf.StringValue |
getHolderStatusUpdateReason()
Holder Status Update Reason
Maximum size 1
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getHolderStatusUpdateReasonOrBuilder()
Holder Status Update Reason
Maximum size 1
Mandatory
|
com.google.protobuf.StringValue |
getNewHolderStatus()
New Holder Status
Maximum size 1
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getNewHolderStatusOrBuilder()
New Holder Status
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 |
hasContactReference()
Contact Reference
Maximum size 16
Mandatory
|
boolean |
hasEntryDateTime()
The date/time the record was created
Mandatory
|
boolean |
hasHolderStatusUpdateReason()
Holder Status Update Reason
Maximum size 1
Mandatory
|
boolean |
hasNewHolderStatus()
New Holder Status
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 hasNewHolderStatus()
New Holder Status Maximum size 1 Mandatory
.google.protobuf.StringValue new_holder_status = 4;com.google.protobuf.StringValue getNewHolderStatus()
New Holder Status Maximum size 1 Mandatory
.google.protobuf.StringValue new_holder_status = 4;com.google.protobuf.StringValueOrBuilder getNewHolderStatusOrBuilder()
New Holder Status Maximum size 1 Mandatory
.google.protobuf.StringValue new_holder_status = 4;boolean hasHolderStatusUpdateReason()
Holder Status Update Reason Maximum size 1 Mandatory
.google.protobuf.StringValue holder_status_update_reason = 5;com.google.protobuf.StringValue getHolderStatusUpdateReason()
Holder Status Update Reason Maximum size 1 Mandatory
.google.protobuf.StringValue holder_status_update_reason = 5;com.google.protobuf.StringValueOrBuilder getHolderStatusUpdateReasonOrBuilder()
Holder Status Update Reason Maximum size 1 Mandatory
.google.protobuf.StringValue holder_status_update_reason = 5;boolean hasContactReference()
Contact Reference Maximum size 16 Mandatory
.google.protobuf.StringValue contact_reference = 6;com.google.protobuf.StringValue getContactReference()
Contact Reference Maximum size 16 Mandatory
.google.protobuf.StringValue contact_reference = 6;com.google.protobuf.StringValueOrBuilder getContactReferenceOrBuilder()
Contact Reference Maximum size 16 Mandatory
.google.protobuf.StringValue contact_reference = 6;boolean hasUserId()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 7;com.google.protobuf.StringValue getUserId()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 7;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 7;boolean hasEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 8;DateTimeValue getEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 8;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 8;Copyright © 2022. All rights reserved.