TransactionProcessType
Possibly transaction process types.
Enums |
TRANSACTION_PROCESS_TYPE_UNSPECIFIED |
Unspecified transaction process type. Do not use this. |
QR |
QR transaction. |
INTENT |
Intent transaction. |
COLLECT |
Collect transaction. |
STANDING_INSTRUCTION |
Standing instruction transaction. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["Transaction process types can be QR, Intent, Collect, or Standing Instruction."],["Unspecified transaction process type is invalid and should not be used."]]],["The provided content outlines transaction process types, defined as enums. These types include `QR` for QR transactions, `INTENT` for intent transactions, `COLLECT` for collect transactions, and `STANDING_INSTRUCTION` for standing instruction transactions. `TRANSACTION_PROCESS_TYPE_UNSPECIFIED` is designated as an unused placeholder for an unspecified process type. Each enum clearly labels a distinct category of transaction.\n"]]