public interface GetSettlementAccountBankingDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getBankAccountName()
Bank Account Name
Optional
Maximum size 100
|
com.google.protobuf.StringValueOrBuilder |
getBankAccountNameOrBuilder()
Bank Account Name
Optional
Maximum size 100
|
com.google.protobuf.StringValue |
getBankAccountNo()
Bank Account No
Optional
Maximum size 9
|
com.google.protobuf.StringValueOrBuilder |
getBankAccountNoOrBuilder()
Bank Account No
Optional
Maximum size 9
|
com.google.protobuf.StringValue |
getBsbCode()
BSB Code
Optional
Maximum size 7
|
com.google.protobuf.StringValueOrBuilder |
getBsbCodeOrBuilder()
BSB Code
Optional
Maximum size 7
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if record is active
Mandatory
Maximum size 1
|
ResponseStatus |
getStatus()
Response Status.
|
ResponseStatusOrBuilder |
getStatusOrBuilder()
Response Status.
|
boolean |
hasBankAccountName()
Bank Account Name
Optional
Maximum size 100
|
boolean |
hasBankAccountNo()
Bank Account No
Optional
Maximum size 9
|
boolean |
hasBsbCode()
BSB Code
Optional
Maximum size 7
|
boolean |
hasCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
boolean |
hasStatus()
Response Status.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatus getStatus()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatusOrBuilder getStatusOrBuilder()
Response Status.
.fincleartech.ibroker.ResponseStatus status = 1;boolean hasBsbCode()
BSB Code Optional Maximum size 7
.google.protobuf.StringValue bsb_code = 2;com.google.protobuf.StringValue getBsbCode()
BSB Code Optional Maximum size 7
.google.protobuf.StringValue bsb_code = 2;com.google.protobuf.StringValueOrBuilder getBsbCodeOrBuilder()
BSB Code Optional Maximum size 7
.google.protobuf.StringValue bsb_code = 2;boolean hasBankAccountNo()
Bank Account No Optional Maximum size 9
.google.protobuf.StringValue bank_account_no = 3;com.google.protobuf.StringValue getBankAccountNo()
Bank Account No Optional Maximum size 9
.google.protobuf.StringValue bank_account_no = 3;com.google.protobuf.StringValueOrBuilder getBankAccountNoOrBuilder()
Bank Account No Optional Maximum size 9
.google.protobuf.StringValue bank_account_no = 3;boolean hasBankAccountName()
Bank Account Name Optional Maximum size 100
.google.protobuf.StringValue bank_account_name = 4;com.google.protobuf.StringValue getBankAccountName()
Bank Account Name Optional Maximum size 100
.google.protobuf.StringValue bank_account_name = 4;com.google.protobuf.StringValueOrBuilder getBankAccountNameOrBuilder()
Bank Account Name Optional Maximum size 100
.google.protobuf.StringValue bank_account_name = 4;boolean hasCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 5;Copyright © 2022. All rights reserved.