GspCardSettlementHeader
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 header object encapsulates details of a GSP Card settlement, including a unique ID, settlement period, total amount, and the number of settled items."],["The `settlementId` is a unique identifier for a settlement report and should be consistent across all related files."],["The `settlementPeriod` defines the time range covered by the settlement report using the `Interval` object."],["`settlementAmount`, represented by the `Amount` object, must equal the total of all events and adjustments within the settlement file."],["`numberOfItems` indicates the count of settled items, excluding the header, and is formatted as an `Int64Value`."]]],["The provided JSON schema outlines the structure for a GSP Card settlement file header. Key components include: a unique `settlementId` for identifying the report, a `settlementPeriod` object indicating the covered timeframe, and a `settlementAmount` object representing the total value. The `numberOfItems` field specifies the count of settled items, excluding the header, within the settlement. All mentioned fields are mandatory.\n"]]