TransactionProcessType
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eTransaction process types can be QR, Intent, Collect, or Standing Instruction.\u003c/p\u003e\n"],["\u003cp\u003eUnspecified transaction process type is invalid and should not be used.\u003c/p\u003e\n"]]],["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"],null,["# TransactionProcessType\n\nPossibly transaction process types.\n\n| Enums ||\n|----------------------------------------|--------------------------------------------------------|\n| `TRANSACTION_PROCESS_TYPE_UNSPECIFIED` | Unspecified transaction process type. Do not use this. |\n| `QR` | QR transaction. |\n| `INTENT` | Intent transaction. |\n| `COLLECT` | Collect transaction. |\n| `STANDING_INSTRUCTION` | Standing instruction transaction. |"]]