ReceiptResponse

public struct ReceiptResponse : Codable

A root object that stores information about a collection of receipts.

Properties

  • The data included in the repsonse for a receipt object request.

    Declaration

    Swift

    public let data: [Receipt]