AccountHolderTransactionListRequest class abstract

AccountHolderTransactionListRequest

Properties:

  • accountHolderCode - The code of the account holder that owns the account(s) of which retrieve the transaction list.
  • transactionListsPerAccount - A list of accounts to include in the transaction list. If left blank, the last fifty (50) transactions for all accounts of the account holder will be included.
  • transactionStatuses - A list of statuses to include in the transaction list. If left blank, all transactions will be included. >Permitted values: >* PendingCredit - a pending balance credit. >* CreditFailed - a pending credit failure; the balance will not be credited. >* Credited - a credited balance. >* PendingDebit - a pending balance debit (e.g., a refund). >* CreditClosed - a pending credit closed; the balance will not be credited. >* CreditSuspended - a pending credit closed; the balance will not be credited. >* DebitFailed - a pending debit failure; the balance will not be debited. >* Debited - a debited balance (e.g., a refund). >* DebitReversedReceived - a pending refund reversal. >* DebitedReversed - a reversed refund. >* ChargebackReceived - a received chargeback request. >* Chargeback - a processed chargeback. >* ChargebackReversedReceived - a pending chargeback reversal. >* ChargebackReversed - a reversed chargeback. >* Converted - converted. >* ManualCorrected - manual booking/adjustment by Adyen. >* Payout - a payout. >* PayoutReversed - a reversed payout. >* PendingFundTransfer - a pending transfer of funds from one account to another. >* FundTransfer - a transfer of funds from one account to another.
Annotations
  • @BuiltValue.new()

Properties

accountHolderCode String
The code of the account holder that owns the account(s) of which retrieve the transaction list.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionListsPerAccount → BuiltList<TransactionListForAccount>?
A list of accounts to include in the transaction list. If left blank, the last fifty (50) transactions for all accounts of the account holder will be included.
no setter
transactionStatuses → BuiltList<AccountHolderTransactionListRequestTransactionStatusesEnum>?
A list of statuses to include in the transaction list. If left blank, all transactions will be included. >Permitted values: >* PendingCredit - a pending balance credit. >* CreditFailed - a pending credit failure; the balance will not be credited. >* Credited - a credited balance. >* PendingDebit - a pending balance debit (e.g., a refund). >* CreditClosed - a pending credit closed; the balance will not be credited. >* CreditSuspended - a pending credit closed; the balance will not be credited. >* DebitFailed - a pending debit failure; the balance will not be debited. >* Debited - a debited balance (e.g., a refund). >* DebitReversedReceived - a pending refund reversal. >* DebitedReversed - a reversed refund. >* ChargebackReceived - a received chargeback request. >* Chargeback - a processed chargeback. >* ChargebackReversedReceived - a pending chargeback reversal. >* ChargebackReversed - a reversed chargeback. >* Converted - converted. >* ManualCorrected - manual booking/adjustment by Adyen. >* Payout - a payout. >* PayoutReversed - a reversed payout. >* PendingFundTransfer - a pending transfer of funds from one account to another. >* FundTransfer - a transfer of funds from one account to another.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountHolderTransactionListRequestBuilder)) AccountHolderTransactionListRequest
Rebuilds the instance.
inherited
toBuilder() AccountHolderTransactionListRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AccountHolderTransactionListRequest>
no setter