Product public protocol Product : AnyProduct Any product that is purchasable price Amount product may be purchased for Declaration Swift var price: Price { get } minimumEarningPoints Minimum number of loyalty points that can be earned Declaration Swift var minimumEarningPoints: Price? { get } isAvailable Availability Declaration Swift var isAvailable: Bool { get } © 2020 . All rights reserved. (Last updated: 2020-06-29) Generated by jazzy ♪♫ v0.13.4, a Realm project.