GspUpiCollectionsHeader
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 GSP Card settlement file uses a header object to encapsulate settlement details."],["The header includes a unique ID for the transaction batch, the number of payment entries, and the number of refund entries."],["All header fields (`upiCollectionsId`, `paymentRecordCount`, `refundRecordCount`) are required and utilize specific data formats."]]],["The content defines a header object for GSP Card settlement files, represented in JSON. It includes three required fields: `upiCollectionsId`, a unique string ID for the transaction batch; `paymentRecordCount`, a string representing the number of payment entries; and `refundRecordCount`, a string representing the number of refund entries. Both count fields are in Int64Value format. This header encapsulates the detail surrounding a settlement batch.\n"]]