public interface CreateApplicationMoneyIndicatorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number.
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number.
|
com.google.protobuf.BoolValue |
getChargeApplicationMoney()
The Charge Application money flag.
|
com.google.protobuf.BoolValueOrBuilder |
getChargeApplicationMoneyOrBuilder()
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()
iBROKER Account Number.
|
boolean |
hasChargeApplicationMoney()
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()
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 hasChargeApplicationMoney()
The Charge Application money flag. Valid values Y, N Mandatory Maximum size 1
.google.protobuf.BoolValue charge_application_money = 3;com.google.protobuf.BoolValue getChargeApplicationMoney()
The Charge Application money flag. Valid values Y, N Mandatory Maximum size 1
.google.protobuf.BoolValue charge_application_money = 3;com.google.protobuf.BoolValueOrBuilder getChargeApplicationMoneyOrBuilder()
The Charge Application money flag. Valid values Y, N Mandatory Maximum size 1
.google.protobuf.BoolValue charge_application_money = 3;Copyright © 2022. All rights reserved.