Available on crate feature
std only.Expand description
ISO 8583 Processing Codes
Processing codes indicate the type of transaction and account types involved. Format: TTFFTT where:
- TT (positions 1-2): Transaction type
- FF (positions 3-4): From account type
- TT (positions 5-6): To account type
Structs§
- Processing
Code - Processing Code (6 digits)
Enums§
- Account
Type - Account Type (positions 3-4 and 5-6)
- Transaction
Type - Transaction Type (first 2 digits)