public interface CreateIssuerResidencyRequestOrBuilder
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.BoolValue |
getCurrent()
.google.protobuf.BoolValue current = 5; |
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
.google.protobuf.BoolValue current = 5; |
com.google.protobuf.StringValue |
getIssuerCode()
.google.protobuf.StringValue issuer_code = 3; |
com.google.protobuf.StringValueOrBuilder |
getIssuerCodeOrBuilder()
.google.protobuf.StringValue issuer_code = 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.
|
com.google.protobuf.StringValue |
getResidency()
.google.protobuf.StringValue residency = 4; |
com.google.protobuf.StringValueOrBuilder |
getResidencyOrBuilder()
.google.protobuf.StringValue residency = 4; |
com.google.protobuf.StringValue |
getUserId()
.google.protobuf.StringValue user_id = 6; |
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
.google.protobuf.StringValue user_id = 6; |
boolean |
hasAccountNumber()
.google.protobuf.StringValue account_number = 2; |
boolean |
hasCurrent()
.google.protobuf.BoolValue current = 5; |
boolean |
hasIssuerCode()
.google.protobuf.StringValue issuer_code = 3; |
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasResidency()
.google.protobuf.StringValue residency = 4; |
boolean |
hasUserId()
.google.protobuf.StringValue user_id = 6; |
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 hasIssuerCode()
.google.protobuf.StringValue issuer_code = 3;com.google.protobuf.StringValue getIssuerCode()
.google.protobuf.StringValue issuer_code = 3;com.google.protobuf.StringValueOrBuilder getIssuerCodeOrBuilder()
.google.protobuf.StringValue issuer_code = 3;boolean hasResidency()
.google.protobuf.StringValue residency = 4;com.google.protobuf.StringValue getResidency()
.google.protobuf.StringValue residency = 4;com.google.protobuf.StringValueOrBuilder getResidencyOrBuilder()
.google.protobuf.StringValue residency = 4;boolean hasCurrent()
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValue getCurrent()
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
.google.protobuf.BoolValue current = 5;boolean hasUserId()
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValue getUserId()
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
.google.protobuf.StringValue user_id = 6;Copyright © 2020. All rights reserved.