GetCustomerFilesResponse
public struct GetCustomerFilesResponse : Decodable, Sendable
Response returned when retrieving customer files.
This response is returned by GET /customer/files requests in SEP-12 and contains a list of files associated with a customer. The request can filter by file_id or customer_id.
If no files are found for the specified identifier, an empty list is returned.
-
A list of file objects
Declaration
Swift
public let files: [CustomerFileResponse] -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash