Enum Transaction.CategoryEnum

  • All Implemented Interfaces:
    Serializable, Comparable<Transaction.CategoryEnum>
    Enclosing class:
    Transaction

    public static enum Transaction.CategoryEnum
    extends Enum<Transaction.CategoryEnum>
    The category of the transaction indicating the type of activity. Possible values: * **platformPayment**: The transaction is a payment or payment modification made with an Adyen merchant account. * **internal**: The transaction resulted from an internal adjustment such as a deposit correction or invoice deduction. * **bank**: The transaction is a bank-related activity, such as sending a payout or receiving funds. * **issuedCard**: The transaction is a card-related activity, such as using an Adyen-issued card to pay online.