public interface CreateAccountDocumentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
NumberValue |
getDocumentCodeSequence()
iBROKER system generated document code sequence number
|
NumberValueOrBuilder |
getDocumentCodeSequenceOrBuilder()
iBROKER system generated document code sequence number
|
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
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
|
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.
|
DateTimeValueOrBuilder |
getSentDateOrBuilder()
The date/time the record status was updated to S.
|
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 |
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 |
hasDocumentCodeSequence()
iBROKER system generated document code sequence number
|
boolean |
hasDocumentStatus()
Current status of document.
|
boolean |
hasEntryDateTime()
The date/time the record was created
|
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.
|
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 hasAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;boolean hasDocumentCode()
iBROKER Document Code. Available values as per defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue document_code = 3;com.google.protobuf.StringValue getDocumentCode()
iBROKER Document Code. Available values as per defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue document_code = 3;com.google.protobuf.StringValueOrBuilder getDocumentCodeOrBuilder()
iBROKER Document Code. Available values as per defined in iBROKER Mandatory Maximum size 10
.google.protobuf.StringValue document_code = 3;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 = 4;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 = 4;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 = 4;boolean hasSentDate()
The date/time the record status was updated to S. Optional
.fincleartech.ibroker.DateTimeValue sent_date = 5;DateTimeValue getSentDate()
The date/time the record status was updated to S. Optional
.fincleartech.ibroker.DateTimeValue sent_date = 5;DateTimeValueOrBuilder getSentDateOrBuilder()
The date/time the record status was updated to S. Optional
.fincleartech.ibroker.DateTimeValue sent_date = 5;boolean hasReceivedDate()
The date/time the record status was updated to R Optional
.fincleartech.ibroker.DateTimeValue received_date = 6;DateTimeValue getReceivedDate()
The date/time the record status was updated to R Optional
.fincleartech.ibroker.DateTimeValue received_date = 6;DateTimeValueOrBuilder getReceivedDateOrBuilder()
The date/time the record status was updated to R Optional
.fincleartech.ibroker.DateTimeValue received_date = 6;boolean hasReference()
User added reference no. to document record Optional Maximum size 15
.google.protobuf.StringValue reference = 7;com.google.protobuf.StringValue getReference()
User added reference no. to document record Optional Maximum size 15
.google.protobuf.StringValue reference = 7;com.google.protobuf.StringValueOrBuilder getReferenceOrBuilder()
User added reference no. to document record Optional Maximum size 15
.google.protobuf.StringValue reference = 7;boolean hasNotes()
User defined notes to be stored against the document code Optional Maximum size 100
.google.protobuf.StringValue notes = 8;com.google.protobuf.StringValue getNotes()
User defined notes to be stored against the document code Optional Maximum size 100
.google.protobuf.StringValue notes = 8;com.google.protobuf.StringValueOrBuilder getNotesOrBuilder()
User defined notes to be stored against the document code Optional Maximum size 100
.google.protobuf.StringValue notes = 8;boolean hasUserId()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;com.google.protobuf.StringValue getUserId()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 9;boolean hasCurrent()
Indicates if the record is current or non-current Mandatory
.google.protobuf.BoolValue current = 10;com.google.protobuf.BoolValue getCurrent()
Indicates if the record is current or non-current Mandatory
.google.protobuf.BoolValue current = 10;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Indicates if the record is current or non-current Mandatory
.google.protobuf.BoolValue current = 10;boolean hasEntryDateTime()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 11;DateTimeValue getEntryDateTime()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 11;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 11;boolean hasDocumentCodeSequence()
iBROKER system generated document code sequence number
.fincleartech.ibroker.NumberValue document_code_sequence = 12;NumberValue getDocumentCodeSequence()
iBROKER system generated document code sequence number
.fincleartech.ibroker.NumberValue document_code_sequence = 12;NumberValueOrBuilder getDocumentCodeSequenceOrBuilder()
iBROKER system generated document code sequence number
.fincleartech.ibroker.NumberValue document_code_sequence = 12;Copyright © 2022. All rights reserved.