public interface CreateFinancialSettlementDetailsRequestOrBuilder
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 |
getAutoContra()
Flag indicating if automatic contra is enabled.
|
com.google.protobuf.BoolValueOrBuilder |
getAutoContraOrBuilder()
Flag indicating if automatic contra is enabled.
|
com.google.protobuf.StringValue |
getBankAccountName()
Bank Account Name
|
com.google.protobuf.StringValueOrBuilder |
getBankAccountNameOrBuilder()
Bank Account Name
|
com.google.protobuf.StringValue |
getBankAccountNumber()
Bank Account Number
|
com.google.protobuf.StringValueOrBuilder |
getBankAccountNumberOrBuilder()
Bank Account Number
|
com.google.protobuf.StringValue |
getBsbNumber()
Bank BSB Number
|
com.google.protobuf.StringValueOrBuilder |
getBsbNumberOrBuilder()
Bank BSB Number
|
com.google.protobuf.StringValue |
getCmtFund()
CMT fund code.
|
com.google.protobuf.StringValueOrBuilder |
getCmtFundOrBuilder()
CMT fund code.
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if this method is currently active.
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if this method is currently active.
|
com.google.protobuf.BoolValue |
getDefaultPayment()
Flag indicating if this method is the default payment method for the account.
|
com.google.protobuf.BoolValueOrBuilder |
getDefaultPaymentOrBuilder()
Flag indicating if this method is the default payment method for the account.
|
com.google.protobuf.BoolValue |
getDefaultReceipt()
Flag indicating if this method is the default receipt method for the account.
|
com.google.protobuf.BoolValueOrBuilder |
getDefaultReceiptOrBuilder()
Flag indicating if this method is the default receipt method for the account.
|
com.google.protobuf.BoolValue |
getDirectDebit()
Flag indicating if this method is approved for direct debit.
|
com.google.protobuf.BoolValueOrBuilder |
getDirectDebitOrBuilder()
Flag indicating if this method is approved for direct debit.
|
com.google.protobuf.StringValue |
getHoldReason()
Hold reason.
|
com.google.protobuf.StringValueOrBuilder |
getHoldReasonOrBuilder()
Hold reason.
|
com.google.protobuf.StringValue |
getPaymentGenMethod()
Payment generation method
|
com.google.protobuf.StringValueOrBuilder |
getPaymentGenMethodOrBuilder()
Payment generation method
|
com.google.protobuf.StringValue |
getReceiptGenMethod()
Receipt generation method
|
com.google.protobuf.StringValueOrBuilder |
getReceiptGenMethodOrBuilder()
Receipt generation method
|
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 |
getSettlementGroup()
The settlement group this method belongs to.
|
com.google.protobuf.StringValueOrBuilder |
getSettlementGroupOrBuilder()
The settlement group this method belongs to.
|
com.google.protobuf.StringValue |
getSettlementType()
Settlement type
|
com.google.protobuf.StringValueOrBuilder |
getSettlementTypeOrBuilder()
Settlement type
|
com.google.protobuf.StringValue |
getUserId()
The IBroker user id to record as the modifier.
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The IBroker user id to record as the modifier.
|
boolean |
hasAccountNumber()
IBroker Account Number
|
boolean |
hasAutoContra()
Flag indicating if automatic contra is enabled.
|
boolean |
hasBankAccountName()
Bank Account Name
|
boolean |
hasBankAccountNumber()
Bank Account Number
|
boolean |
hasBsbNumber()
Bank BSB Number
|
boolean |
hasCmtFund()
CMT fund code.
|
boolean |
hasCurrent()
Flag indicating if this method is currently active.
|
boolean |
hasDefaultPayment()
Flag indicating if this method is the default payment method for the account.
|
boolean |
hasDefaultReceipt()
Flag indicating if this method is the default receipt method for the account.
|
boolean |
hasDirectDebit()
Flag indicating if this method is approved for direct debit.
|
boolean |
hasHoldReason()
Hold reason.
|
boolean |
hasPaymentGenMethod()
Payment generation method
|
boolean |
hasReceiptGenMethod()
Receipt generation method
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSettlementGroup()
The settlement group this method belongs to.
|
boolean |
hasSettlementType()
Settlement type
|
boolean |
hasUserId()
The IBroker user id to record as the modifier.
|
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()
IBroker Account Number
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
IBroker Account Number
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
IBroker Account Number
.google.protobuf.StringValue account_number = 2;boolean hasBsbNumber()
Bank BSB Number
.google.protobuf.StringValue bsb_number = 3;com.google.protobuf.StringValue getBsbNumber()
Bank BSB Number
.google.protobuf.StringValue bsb_number = 3;com.google.protobuf.StringValueOrBuilder getBsbNumberOrBuilder()
Bank BSB Number
.google.protobuf.StringValue bsb_number = 3;boolean hasBankAccountNumber()
Bank Account Number
.google.protobuf.StringValue bank_account_number = 4;com.google.protobuf.StringValue getBankAccountNumber()
Bank Account Number
.google.protobuf.StringValue bank_account_number = 4;com.google.protobuf.StringValueOrBuilder getBankAccountNumberOrBuilder()
Bank Account Number
.google.protobuf.StringValue bank_account_number = 4;boolean hasBankAccountName()
Bank Account Name
.google.protobuf.StringValue bank_account_name = 5;com.google.protobuf.StringValue getBankAccountName()
Bank Account Name
.google.protobuf.StringValue bank_account_name = 5;com.google.protobuf.StringValueOrBuilder getBankAccountNameOrBuilder()
Bank Account Name
.google.protobuf.StringValue bank_account_name = 5;boolean hasDirectDebit()
Flag indicating if this method is approved for direct debit.
.google.protobuf.BoolValue direct_debit = 6;com.google.protobuf.BoolValue getDirectDebit()
Flag indicating if this method is approved for direct debit.
.google.protobuf.BoolValue direct_debit = 6;com.google.protobuf.BoolValueOrBuilder getDirectDebitOrBuilder()
Flag indicating if this method is approved for direct debit.
.google.protobuf.BoolValue direct_debit = 6;boolean hasDefaultPayment()
Flag indicating if this method is the default payment method for the account.
.google.protobuf.BoolValue default_payment = 7;com.google.protobuf.BoolValue getDefaultPayment()
Flag indicating if this method is the default payment method for the account.
.google.protobuf.BoolValue default_payment = 7;com.google.protobuf.BoolValueOrBuilder getDefaultPaymentOrBuilder()
Flag indicating if this method is the default payment method for the account.
.google.protobuf.BoolValue default_payment = 7;boolean hasDefaultReceipt()
Flag indicating if this method is the default receipt method for the account.
.google.protobuf.BoolValue default_receipt = 8;com.google.protobuf.BoolValue getDefaultReceipt()
Flag indicating if this method is the default receipt method for the account.
.google.protobuf.BoolValue default_receipt = 8;com.google.protobuf.BoolValueOrBuilder getDefaultReceiptOrBuilder()
Flag indicating if this method is the default receipt method for the account.
.google.protobuf.BoolValue default_receipt = 8;boolean hasCurrent()
Flag indicating if this method is currently active.
.google.protobuf.BoolValue current = 9;com.google.protobuf.BoolValue getCurrent()
Flag indicating if this method is currently active.
.google.protobuf.BoolValue current = 9;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if this method is currently active.
.google.protobuf.BoolValue current = 9;boolean hasCmtFund()
CMT fund code.
.google.protobuf.StringValue cmt_fund = 10;com.google.protobuf.StringValue getCmtFund()
CMT fund code.
.google.protobuf.StringValue cmt_fund = 10;com.google.protobuf.StringValueOrBuilder getCmtFundOrBuilder()
CMT fund code.
.google.protobuf.StringValue cmt_fund = 10;boolean hasPaymentGenMethod()
Payment generation method
.google.protobuf.StringValue payment_gen_method = 11;com.google.protobuf.StringValue getPaymentGenMethod()
Payment generation method
.google.protobuf.StringValue payment_gen_method = 11;com.google.protobuf.StringValueOrBuilder getPaymentGenMethodOrBuilder()
Payment generation method
.google.protobuf.StringValue payment_gen_method = 11;boolean hasReceiptGenMethod()
Receipt generation method
.google.protobuf.StringValue receipt_gen_method = 12;com.google.protobuf.StringValue getReceiptGenMethod()
Receipt generation method
.google.protobuf.StringValue receipt_gen_method = 12;com.google.protobuf.StringValueOrBuilder getReceiptGenMethodOrBuilder()
Receipt generation method
.google.protobuf.StringValue receipt_gen_method = 12;boolean hasSettlementType()
Settlement type
.google.protobuf.StringValue settlement_type = 13;com.google.protobuf.StringValue getSettlementType()
Settlement type
.google.protobuf.StringValue settlement_type = 13;com.google.protobuf.StringValueOrBuilder getSettlementTypeOrBuilder()
Settlement type
.google.protobuf.StringValue settlement_type = 13;boolean hasAutoContra()
Flag indicating if automatic contra is enabled.
.google.protobuf.BoolValue auto_contra = 14;com.google.protobuf.BoolValue getAutoContra()
Flag indicating if automatic contra is enabled.
.google.protobuf.BoolValue auto_contra = 14;com.google.protobuf.BoolValueOrBuilder getAutoContraOrBuilder()
Flag indicating if automatic contra is enabled.
.google.protobuf.BoolValue auto_contra = 14;boolean hasSettlementGroup()
The settlement group this method belongs to.
.google.protobuf.StringValue settlement_group = 15;com.google.protobuf.StringValue getSettlementGroup()
The settlement group this method belongs to.
.google.protobuf.StringValue settlement_group = 15;com.google.protobuf.StringValueOrBuilder getSettlementGroupOrBuilder()
The settlement group this method belongs to.
.google.protobuf.StringValue settlement_group = 15;boolean hasHoldReason()
Hold reason.
.google.protobuf.StringValue hold_reason = 16;com.google.protobuf.StringValue getHoldReason()
Hold reason.
.google.protobuf.StringValue hold_reason = 16;com.google.protobuf.StringValueOrBuilder getHoldReasonOrBuilder()
Hold reason.
.google.protobuf.StringValue hold_reason = 16;boolean hasUserId()
The IBroker user id to record as the modifier.
.google.protobuf.StringValue user_id = 17;com.google.protobuf.StringValue getUserId()
The IBroker user id to record as the modifier.
.google.protobuf.StringValue user_id = 17;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The IBroker user id to record as the modifier.
.google.protobuf.StringValue user_id = 17;Copyright © 2020. All rights reserved.