public interface ParticipantToParticipantTransferCancelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
com.google.protobuf.StringValue |
getSettlementAccount()
The Delivering Account (HIN) is the Account (HIN) from which units are being received/delivered.
|
com.google.protobuf.StringValueOrBuilder |
getSettlementAccountOrBuilder()
The Delivering Account (HIN) is the Account (HIN) from which units are being received/delivered.
|
com.google.protobuf.StringValue |
getTargetTransactionId()
Optional registration reference
|
com.google.protobuf.StringValueOrBuilder |
getTargetTransactionIdOrBuilder()
Optional registration reference
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSettlementAccount()
The Delivering Account (HIN) is the Account (HIN) from which units are being received/delivered.
|
boolean |
hasTargetTransactionId()
Optional registration reference
|
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 hasTargetTransactionId()
Optional registration reference
.google.protobuf.StringValue target_transaction_id = 24;com.google.protobuf.StringValue getTargetTransactionId()
Optional registration reference
.google.protobuf.StringValue target_transaction_id = 24;com.google.protobuf.StringValueOrBuilder getTargetTransactionIdOrBuilder()
Optional registration reference
.google.protobuf.StringValue target_transaction_id = 24;boolean hasSettlementAccount()
The Delivering Account (HIN) is the Account (HIN) from which units are being received/delivered.
.google.protobuf.StringValue settlement_account = 19;com.google.protobuf.StringValue getSettlementAccount()
The Delivering Account (HIN) is the Account (HIN) from which units are being received/delivered.
.google.protobuf.StringValue settlement_account = 19;com.google.protobuf.StringValueOrBuilder getSettlementAccountOrBuilder()
The Delivering Account (HIN) is the Account (HIN) from which units are being received/delivered.
.google.protobuf.StringValue settlement_account = 19;Copyright © 2020. All rights reserved.