Attributes
public struct Attributes : Codable
A root object that stores information about a single receipt, such as the receipt’s validity.
-
Whether the receipt is valid.
Declaration
Swift
public let isValid: Bool
-
Whether the receipt needs to be refreshed.
Declaration
Swift
public let needsRefresh: Bool