public interface GetFinancialSettlementDetailsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getAutoContra()
Flag indicating if automatic financial contra is enabled for this method.
|
com.google.protobuf.BoolValueOrBuilder |
getAutoContraOrBuilder()
Flag indicating if automatic financial contra is enabled for this method.
|
com.google.protobuf.StringValue |
getBankAccountName()
Bank Account Name
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 100
|
com.google.protobuf.StringValueOrBuilder |
getBankAccountNameOrBuilder()
Bank Account Name
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 100
|
com.google.protobuf.StringValue |
getBankAccountNumber()
Bank Account Number
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 9
|
com.google.protobuf.StringValueOrBuilder |
getBankAccountNumberOrBuilder()
Bank Account Number
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 9
|
com.google.protobuf.StringValue |
getBsbNumber()
Bank BSB Number
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 7
|
com.google.protobuf.StringValueOrBuilder |
getBsbNumberOrBuilder()
Bank BSB Number
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 7
|
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
Optional
|
com.google.protobuf.BoolValueOrBuilder |
getDirectDebitOrBuilder()
Flag indicating if this method is approved for direct debit
Optional
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created/modified
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created/modified
|
com.google.protobuf.StringValue |
getHoldReason()
Ability to place financial settlements on hold by default
Available options as defined in iBROKER
Optional
Maximum size 4
|
com.google.protobuf.StringValueOrBuilder |
getHoldReasonOrBuilder()
Ability to place financial settlements on hold by default
Available options as defined in iBROKER
Optional
Maximum size 4
|
com.google.protobuf.StringValue |
getPaymentGenMethod()
Used for criteria to generate payments.
|
com.google.protobuf.StringValueOrBuilder |
getPaymentGenMethodOrBuilder()
Used for criteria to generate payments.
|
com.google.protobuf.StringValue |
getReceiptGenMethod()
Used for criteria to generate receipts
Available options as defined in iBROKER
Optional
Maximum size 1
|
com.google.protobuf.StringValueOrBuilder |
getReceiptGenMethodOrBuilder()
Used for criteria to generate receipts
Available options as defined in iBROKER
Optional
Maximum size 1
|
com.google.protobuf.StringValue |
getSettlementGroup()
Ability to group financial settlements within the same logical business function i.e.
|
com.google.protobuf.StringValueOrBuilder |
getSettlementGroupOrBuilder()
Ability to group financial settlements within the same logical business function i.e.
|
com.google.protobuf.StringValue |
getSettlementType()
Financial settlement method, identifies how the this method will be settled financially
Available options as defined in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getSettlementTypeOrBuilder()
Financial settlement method, identifies how the this method will be settled financially
Available options as defined in iBROKER.
|
ResponseStatus |
getStatus()
Response Status.
|
ResponseStatusOrBuilder |
getStatusOrBuilder()
Response Status.
|
com.google.protobuf.StringValue |
getUserId()
The iBroker user id of the last user to modify the method.
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The iBroker user id of the last user to modify the method.
|
boolean |
hasAutoContra()
Flag indicating if automatic financial contra is enabled for this method.
|
boolean |
hasBankAccountName()
Bank Account Name
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 100
|
boolean |
hasBankAccountNumber()
Bank Account Number
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 9
|
boolean |
hasBsbNumber()
Bank BSB Number
Mandatory for Settlement Type of Direct Transfer (T) and BPay (B)
Maximum size 7
|
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
Optional
|
boolean |
hasEntryDateTime()
The date/time the record was created/modified
|
boolean |
hasHoldReason()
Ability to place financial settlements on hold by default
Available options as defined in iBROKER
Optional
Maximum size 4
|
boolean |
hasPaymentGenMethod()
Used for criteria to generate payments.
|
boolean |
hasReceiptGenMethod()
Used for criteria to generate receipts
Available options as defined in iBROKER
Optional
Maximum size 1
|
boolean |
hasSettlementGroup()
Ability to group financial settlements within the same logical business function i.e.
|
boolean |
hasSettlementType()
Financial settlement method, identifies how the this method will be settled financially
Available options as defined in iBROKER.
|
boolean |
hasStatus()
Response Status.
|
boolean |
hasUserId()
The iBroker user id of the last user to modify the method.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Response Status. When status code is OK, response body will be populated.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatus getStatus()
Response Status. When status code is OK, response body will be populated.
.fincleartech.ibroker.ResponseStatus status = 1;ResponseStatusOrBuilder getStatusOrBuilder()
Response Status. When status code is OK, response body will be populated.
.fincleartech.ibroker.ResponseStatus status = 1;boolean hasBsbNumber()
Bank BSB Number Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 7
.google.protobuf.StringValue bsb_number = 2;com.google.protobuf.StringValue getBsbNumber()
Bank BSB Number Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 7
.google.protobuf.StringValue bsb_number = 2;com.google.protobuf.StringValueOrBuilder getBsbNumberOrBuilder()
Bank BSB Number Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 7
.google.protobuf.StringValue bsb_number = 2;boolean hasBankAccountNumber()
Bank Account Number Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 9
.google.protobuf.StringValue bank_account_number = 3;com.google.protobuf.StringValue getBankAccountNumber()
Bank Account Number Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 9
.google.protobuf.StringValue bank_account_number = 3;com.google.protobuf.StringValueOrBuilder getBankAccountNumberOrBuilder()
Bank Account Number Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 9
.google.protobuf.StringValue bank_account_number = 3;boolean hasBankAccountName()
Bank Account Name Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 100
.google.protobuf.StringValue bank_account_name = 4;com.google.protobuf.StringValue getBankAccountName()
Bank Account Name Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 100
.google.protobuf.StringValue bank_account_name = 4;com.google.protobuf.StringValueOrBuilder getBankAccountNameOrBuilder()
Bank Account Name Mandatory for Settlement Type of Direct Transfer (T) and BPay (B) Maximum size 100
.google.protobuf.StringValue bank_account_name = 4;boolean hasDirectDebit()
Flag indicating if this method is approved for direct debit Optional
.google.protobuf.BoolValue direct_debit = 5;com.google.protobuf.BoolValue getDirectDebit()
Flag indicating if this method is approved for direct debit Optional
.google.protobuf.BoolValue direct_debit = 5;com.google.protobuf.BoolValueOrBuilder getDirectDebitOrBuilder()
Flag indicating if this method is approved for direct debit Optional
.google.protobuf.BoolValue direct_debit = 5;boolean hasDefaultPayment()
Flag indicating if this method is the default payment method for the account. Can only be one default Payment for an account Mandatory
.google.protobuf.BoolValue default_payment = 6;com.google.protobuf.BoolValue getDefaultPayment()
Flag indicating if this method is the default payment method for the account. Can only be one default Payment for an account Mandatory
.google.protobuf.BoolValue default_payment = 6;com.google.protobuf.BoolValueOrBuilder getDefaultPaymentOrBuilder()
Flag indicating if this method is the default payment method for the account. Can only be one default Payment for an account Mandatory
.google.protobuf.BoolValue default_payment = 6;boolean hasDefaultReceipt()
Flag indicating if this method is the default receipt method for the account. Can only be one default Receipt for an account Mandatory
.google.protobuf.BoolValue default_receipt = 7;com.google.protobuf.BoolValue getDefaultReceipt()
Flag indicating if this method is the default receipt method for the account. Can only be one default Receipt for an account Mandatory
.google.protobuf.BoolValue default_receipt = 7;com.google.protobuf.BoolValueOrBuilder getDefaultReceiptOrBuilder()
Flag indicating if this method is the default receipt method for the account. Can only be one default Receipt for an account Mandatory
.google.protobuf.BoolValue default_receipt = 7;boolean hasCurrent()
Flag indicating if this method is currently active. Mandatory
.google.protobuf.BoolValue current = 8;com.google.protobuf.BoolValue getCurrent()
Flag indicating if this method is currently active. Mandatory
.google.protobuf.BoolValue current = 8;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if this method is currently active. Mandatory
.google.protobuf.BoolValue current = 8;boolean hasCmtFund()
CMT fund code. Available options as defined in iBROKER Optional Maximum size 5
.google.protobuf.StringValue cmt_fund = 9;com.google.protobuf.StringValue getCmtFund()
CMT fund code. Available options as defined in iBROKER Optional Maximum size 5
.google.protobuf.StringValue cmt_fund = 9;com.google.protobuf.StringValueOrBuilder getCmtFundOrBuilder()
CMT fund code. Available options as defined in iBROKER Optional Maximum size 5
.google.protobuf.StringValue cmt_fund = 9;boolean hasPaymentGenMethod()
Used for criteria to generate payments. Available options as defined in iBROKER Optional Maximum size 1
.google.protobuf.StringValue payment_gen_method = 10;com.google.protobuf.StringValue getPaymentGenMethod()
Used for criteria to generate payments. Available options as defined in iBROKER Optional Maximum size 1
.google.protobuf.StringValue payment_gen_method = 10;com.google.protobuf.StringValueOrBuilder getPaymentGenMethodOrBuilder()
Used for criteria to generate payments. Available options as defined in iBROKER Optional Maximum size 1
.google.protobuf.StringValue payment_gen_method = 10;boolean hasReceiptGenMethod()
Used for criteria to generate receipts Available options as defined in iBROKER Optional Maximum size 1
.google.protobuf.StringValue receipt_gen_method = 11;com.google.protobuf.StringValue getReceiptGenMethod()
Used for criteria to generate receipts Available options as defined in iBROKER Optional Maximum size 1
.google.protobuf.StringValue receipt_gen_method = 11;com.google.protobuf.StringValueOrBuilder getReceiptGenMethodOrBuilder()
Used for criteria to generate receipts Available options as defined in iBROKER Optional Maximum size 1
.google.protobuf.StringValue receipt_gen_method = 11;boolean hasSettlementType()
Financial settlement method, identifies how the this method will be settled financially Available options as defined in iBROKER. Example Q - Cheque, B - Bpay Mandatory Maximum size 1
.google.protobuf.StringValue settlement_type = 12;com.google.protobuf.StringValue getSettlementType()
Financial settlement method, identifies how the this method will be settled financially Available options as defined in iBROKER. Example Q - Cheque, B - Bpay Mandatory Maximum size 1
.google.protobuf.StringValue settlement_type = 12;com.google.protobuf.StringValueOrBuilder getSettlementTypeOrBuilder()
Financial settlement method, identifies how the this method will be settled financially Available options as defined in iBROKER. Example Q - Cheque, B - Bpay Mandatory Maximum size 1
.google.protobuf.StringValue settlement_type = 12;boolean hasAutoContra()
Flag indicating if automatic financial contra is enabled for this method. Optional
.google.protobuf.BoolValue auto_contra = 13;com.google.protobuf.BoolValue getAutoContra()
Flag indicating if automatic financial contra is enabled for this method. Optional
.google.protobuf.BoolValue auto_contra = 13;com.google.protobuf.BoolValueOrBuilder getAutoContraOrBuilder()
Flag indicating if automatic financial contra is enabled for this method. Optional
.google.protobuf.BoolValue auto_contra = 13;boolean hasSettlementGroup()
Ability to group financial settlements within the same logical business function i.e. Margin lending accounts Available options as defined in iBROKER Optional Maximum size 5
.google.protobuf.StringValue settlement_group = 14;com.google.protobuf.StringValue getSettlementGroup()
Ability to group financial settlements within the same logical business function i.e. Margin lending accounts Available options as defined in iBROKER Optional Maximum size 5
.google.protobuf.StringValue settlement_group = 14;com.google.protobuf.StringValueOrBuilder getSettlementGroupOrBuilder()
Ability to group financial settlements within the same logical business function i.e. Margin lending accounts Available options as defined in iBROKER Optional Maximum size 5
.google.protobuf.StringValue settlement_group = 14;boolean hasHoldReason()
Ability to place financial settlements on hold by default Available options as defined in iBROKER Optional Maximum size 4
.google.protobuf.StringValue hold_reason = 15;com.google.protobuf.StringValue getHoldReason()
Ability to place financial settlements on hold by default Available options as defined in iBROKER Optional Maximum size 4
.google.protobuf.StringValue hold_reason = 15;com.google.protobuf.StringValueOrBuilder getHoldReasonOrBuilder()
Ability to place financial settlements on hold by default Available options as defined in iBROKER Optional Maximum size 4
.google.protobuf.StringValue hold_reason = 15;boolean hasUserId()
The iBroker user id of the last user to modify the method. Available options as defined in iBROKER Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 16;com.google.protobuf.StringValue getUserId()
The iBroker user id of the last user to modify the method. Available options as defined in iBROKER Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 16;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The iBroker user id of the last user to modify the method. Available options as defined in iBROKER Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 16;boolean hasEntryDateTime()
The date/time the record was created/modified
.fincleartech.ibroker.DateTimeValue entry_date_time = 17;DateTimeValue getEntryDateTime()
The date/time the record was created/modified
.fincleartech.ibroker.DateTimeValue entry_date_time = 17;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created/modified
.fincleartech.ibroker.DateTimeValue entry_date_time = 17;Copyright © 2020. All rights reserved.