public interface UpdateAccountDocumentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountDocumentNumber()
iBROKER Account document code sequence no.
|
com.google.protobuf.StringValueOrBuilder |
getAccountDocumentNumberOrBuilder()
iBROKER Account document code sequence no.
|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.BoolValue |
getCurrent()
Indicates if the record is current or non-current
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Indicates if the record is current or non-current
Mandatory
|
com.google.protobuf.StringValue |
getDocumentCode()
iBROKER Document Code.
|
com.google.protobuf.StringValueOrBuilder |
getDocumentCodeOrBuilder()
iBROKER Document Code.
|
com.google.protobuf.StringValue |
getDocumentStatus()
Current status of document.
|
com.google.protobuf.StringValueOrBuilder |
getDocumentStatusOrBuilder()
Current status of document.
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Mandatory
|
com.google.protobuf.StringValue |
getNotes()
User defined notes to be stored against the document code
Optional
Maximum size 100
|
com.google.protobuf.StringValueOrBuilder |
getNotesOrBuilder()
User defined notes to be stored against the document code
Optional
Maximum size 100
|
DateTimeValue |
getReceivedDate()
The date/time the record status was updated to R
Optional
|
DateTimeValueOrBuilder |
getReceivedDateOrBuilder()
The date/time the record status was updated to R
Optional
|
com.google.protobuf.StringValue |
getReference()
User added reference no.
|
com.google.protobuf.StringValueOrBuilder |
getReferenceOrBuilder()
User added reference no.
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
DateTimeValue |
getSentDate()
The date/time the record status was updated to S
Optional
|
DateTimeValueOrBuilder |
getSentDateOrBuilder()
The date/time the record status was updated to S
Optional
|
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the record
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the record
Optional
Maximum size 18
|
boolean |
hasAccountDocumentNumber()
iBROKER Account document code sequence no.
|
boolean |
hasAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
boolean |
hasCurrent()
Indicates if the record is current or non-current
Mandatory
|
boolean |
hasDocumentCode()
iBROKER Document Code.
|
boolean |
hasDocumentStatus()
Current status of document.
|
boolean |
hasEntryDateTime()
The date/time the record was created
Mandatory
|
boolean |
hasNotes()
User defined notes to be stored against the document code
Optional
Maximum size 100
|
boolean |
hasReceivedDate()
The date/time the record status was updated to R
Optional
|
boolean |
hasReference()
User added reference no.
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSentDate()
The date/time the record status was updated to S
Optional
|
boolean |
hasUserId()
The database user ID who created the record
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 hasAccountDocumentNumber()
iBROKER Account document code sequence no. Mandatory Maximum size 9
.google.protobuf.StringValue account_document_number = 2;com.google.protobuf.StringValue getAccountDocumentNumber()
iBROKER Account document code sequence no. Mandatory Maximum size 9
.google.protobuf.StringValue account_document_number = 2;com.google.protobuf.StringValueOrBuilder getAccountDocumentNumberOrBuilder()
iBROKER Account document code sequence no. Mandatory Maximum size 9
.google.protobuf.StringValue account_document_number = 2;boolean hasAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 3;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 3;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 3;boolean hasDocumentCode()
iBROKER Document Code. Available values as per defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue document_code = 4;com.google.protobuf.StringValue getDocumentCode()
iBROKER Document Code. Available values as per defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue document_code = 4;com.google.protobuf.StringValueOrBuilder getDocumentCodeOrBuilder()
iBROKER Document Code. Available values as per defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue document_code = 4;boolean hasDocumentStatus()
Current status of document. Available values as per defined in iBROKER Example N - New, E - Exempt, R - Received Mandatory Fize size 1
.google.protobuf.StringValue document_status = 5;com.google.protobuf.StringValue getDocumentStatus()
Current status of document. Available values as per defined in iBROKER Example N - New, E - Exempt, R - Received Mandatory Fize size 1
.google.protobuf.StringValue document_status = 5;com.google.protobuf.StringValueOrBuilder getDocumentStatusOrBuilder()
Current status of document. Available values as per defined in iBROKER Example N - New, E - Exempt, R - Received Mandatory Fize size 1
.google.protobuf.StringValue document_status = 5;boolean hasSentDate()
The date/time the record status was updated to S Optional
.fincleartech.ibroker.DateTimeValue sent_date = 6;DateTimeValue getSentDate()
The date/time the record status was updated to S Optional
.fincleartech.ibroker.DateTimeValue sent_date = 6;DateTimeValueOrBuilder getSentDateOrBuilder()
The date/time the record status was updated to S Optional
.fincleartech.ibroker.DateTimeValue sent_date = 6;boolean hasReceivedDate()
The date/time the record status was updated to R Optional
.fincleartech.ibroker.DateTimeValue received_date = 7;DateTimeValue getReceivedDate()
The date/time the record status was updated to R Optional
.fincleartech.ibroker.DateTimeValue received_date = 7;DateTimeValueOrBuilder getReceivedDateOrBuilder()
The date/time the record status was updated to R Optional
.fincleartech.ibroker.DateTimeValue received_date = 7;boolean hasReference()
User added reference no. to document record Optional Maximum size 15
.google.protobuf.StringValue reference = 8;com.google.protobuf.StringValue getReference()
User added reference no. to document record Optional Maximum size 15
.google.protobuf.StringValue reference = 8;com.google.protobuf.StringValueOrBuilder getReferenceOrBuilder()
User added reference no. to document record Optional Maximum size 15
.google.protobuf.StringValue reference = 8;boolean hasNotes()
User defined notes to be stored against the document code Optional Maximum size 100
.google.protobuf.StringValue notes = 9;com.google.protobuf.StringValue getNotes()
User defined notes to be stored against the document code Optional Maximum size 100
.google.protobuf.StringValue notes = 9;com.google.protobuf.StringValueOrBuilder getNotesOrBuilder()
User defined notes to be stored against the document code Optional Maximum size 100
.google.protobuf.StringValue notes = 9;boolean hasUserId()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 10;com.google.protobuf.StringValue getUserId()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 10;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 10;boolean hasCurrent()
Indicates if the record is current or non-current Mandatory
.google.protobuf.BoolValue current = 11;com.google.protobuf.BoolValue getCurrent()
Indicates if the record is current or non-current Mandatory
.google.protobuf.BoolValue current = 11;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Indicates if the record is current or non-current Mandatory
.google.protobuf.BoolValue current = 11;boolean hasEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValue getEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;Copyright © 2020. All rights reserved.