public interface UpdateSettlementAccountSynchronisedDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Maximum size 8
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Maximum size 8
Mandatory
|
com.google.protobuf.StringValue |
getCallbackReference()
Callback Reference.
|
com.google.protobuf.StringValueOrBuilder |
getCallbackReferenceOrBuilder()
Callback Reference.
|
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()
User Id
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
User Id
Optional
Maximum size 18
|
boolean |
hasAccountNumber()
iBROKER Account Number
Maximum size 8
Mandatory
|
boolean |
hasCallbackReference()
Callback Reference.
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
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 hasAccountNumber()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 2;boolean hasUserId()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 3;com.google.protobuf.StringValue getUserId()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 3;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
User Id Optional Maximum size 18
.google.protobuf.StringValue user_id = 3;boolean hasCallbackReference()
Callback Reference. Required to Place a response on the response queue Mandatory Maximum size 30
.google.protobuf.StringValue callback_reference = 4;com.google.protobuf.StringValue getCallbackReference()
Callback Reference. Required to Place a response on the response queue Mandatory Maximum size 30
.google.protobuf.StringValue callback_reference = 4;com.google.protobuf.StringValueOrBuilder getCallbackReferenceOrBuilder()
Callback Reference. Required to Place a response on the response queue Mandatory Maximum size 30
.google.protobuf.StringValue callback_reference = 4;Copyright © 2020. All rights reserved.