public interface CloseAccountRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2; |
com.google.protobuf.StringValue |
getPortfolioTransactionDetails()
.google.protobuf.StringValue portfolio_transaction_details = 3; |
com.google.protobuf.StringValueOrBuilder |
getPortfolioTransactionDetailsOrBuilder()
.google.protobuf.StringValue portfolio_transaction_details = 3; |
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()
.google.protobuf.StringValue account_number = 2; |
boolean |
hasPortfolioTransactionDetails()
.google.protobuf.StringValue portfolio_transaction_details = 3; |
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.
.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.
.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.
.google.protobuf.StringValue request_id = 1;boolean hasAccountNumber()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
.google.protobuf.StringValue account_number = 2;boolean hasPortfolioTransactionDetails()
.google.protobuf.StringValue portfolio_transaction_details = 3;com.google.protobuf.StringValue getPortfolioTransactionDetails()
.google.protobuf.StringValue portfolio_transaction_details = 3;com.google.protobuf.StringValueOrBuilder getPortfolioTransactionDetailsOrBuilder()
.google.protobuf.StringValue portfolio_transaction_details = 3;Copyright © 2020. All rights reserved.