Class AccountFundsAvailable


  • @Generated("jsonschema2pojo")
    public class AccountFundsAvailable
    extends Object
    Account Funds Available

    Communicates information about the availability of funds for a specified accounting string.

    • Field Detail

      • accountingString

        @JsonPropertyDescription("The full representation of the accounting string in the format specified by the authoritative system.")
        private String accountingString
        Accounting String

        The full representation of the accounting string in the format specified by the authoritative system. (Required)

      • fundsAvailable

        @JsonPropertyDescription("Status of the availability of funds.")
        private AccountFundsAvailable.FundsAvailable fundsAvailable
        Funds Available

        Status of the availability of funds. (Required)

      • balanceOn

        @JsonPropertyDescription("The date for which the availability of funds was evaluated.")
        private Object balanceOn
        Balance On

        The date for which the availability of funds was evaluated.

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

    • Constructor Detail

      • AccountFundsAvailable

        public AccountFundsAvailable()
    • Method Detail

      • getAccountingString

        public String getAccountingString()
        Accounting String

        The full representation of the accounting string in the format specified by the authoritative system. (Required)

      • setAccountingString

        public void setAccountingString​(String accountingString)
        Accounting String

        The full representation of the accounting string in the format specified by the authoritative system. (Required)

      • getBalanceOn

        public Object getBalanceOn()
        Balance On

        The date for which the availability of funds was evaluated.

      • setBalanceOn

        public void setBalanceOn​(Object balanceOn)
        Balance On

        The date for which the availability of funds was evaluated.

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object