ReceiptResponse
public struct ReceiptResponse : Codable
A root object that stores information about a collection of receipts.
-
The data included in the response for a receipt object request.
Declaration
Swift
public let data: [Receipt]