public interface UpdateApplicationMoneyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
A universally unique identifier for this request.
|
com.google.protobuf.BoolValue |
getChargeApplicationMoney()
iBROKER Account Number.
|
com.google.protobuf.BoolValueOrBuilder |
getChargeApplicationMoneyOrBuilder()
iBROKER Account Number.
|
DateTimeValue |
getEntryDateTime()
The Charge Application money flag.
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The Charge Application money flag.
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
boolean |
hasAccountNumber()
A universally unique identifier for this request.
|
boolean |
hasChargeApplicationMoney()
iBROKER Account Number.
|
boolean |
hasEntryDateTime()
The Charge Application money flag.
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
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()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications. Mandatory
.google.protobuf.StringValue account_number = 2;boolean hasChargeApplicationMoney()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.BoolValue charge_application_money = 3;com.google.protobuf.BoolValue getChargeApplicationMoney()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.BoolValue charge_application_money = 3;com.google.protobuf.BoolValueOrBuilder getChargeApplicationMoneyOrBuilder()
iBROKER Account Number. Mandatory Maximum size 8
.google.protobuf.BoolValue charge_application_money = 3;boolean hasEntryDateTime()
The Charge Application money flag. Valid values Y, N Mandatory Maximum size 1
.fincleartech.ibroker.DateTimeValue entry_date_time = 4;DateTimeValue getEntryDateTime()
The Charge Application money flag. Valid values Y, N Mandatory Maximum size 1
.fincleartech.ibroker.DateTimeValue entry_date_time = 4;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The Charge Application money flag. Valid values Y, N Mandatory Maximum size 1
.fincleartech.ibroker.DateTimeValue entry_date_time = 4;Copyright © 2020. All rights reserved.