Receipt
public struct Receipt : Codable
A root object that stores information about a receipt.
-
The type of the resource.
Declaration
Swift
public let type: String
-
The attributes belonging to the receipt.
Declaration
Swift
public var attributes: Receipt.Attributes
-
A root object that stores information about a single receipt, such as the receipt’s validity.
See moreDeclaration
Swift
public struct Attributes : Codable