GspCardEnrichmentHeaderRecord
Stay organized with collections
Save and categorize content based on your preferences.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 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 2025-02-28 UTC."],[[["The JSON object is a header for GSP Card settlement files, providing context for the settlement details."],["It includes crucial identifiers like a unique batch ID (`cardNetbankingCollectionsId`), the settlement ID, and the total item count within the file."],["All three fields (`cardNetbankingCollectionsId`, `settlementId`, `numberOfItems`) are mandatory and have specific data types, with `numberOfItems` represented as a string formatted Int64Value."]]],["The header object, used in GSP Card settlement files, contains three key fields: `cardNetbankingCollectionsId`, a unique identifier for the transaction batch; `settlementId`, linking the file to a specific settlement; and `numberOfItems`, indicating the count of entries within the file, excluding the header. All three fields are required, with the latter being represented as a string in `Int64Value` format. The header encapsulates the details of the settlement within.\n"]]