PaymentUsageLimit public enum PaymentUsageLimit : String, Decodable, Encodable How many times are allowed to pay a generated token: one-time or unlimited. single One-time. Declaration Swift case single = "Single" multiple Unlimited. Declaration Swift case multiple = "Multiple" © 2020 YooMoney. All rights reserved. (Last updated: 2020-11-12) Generated by jazzy ♪♫ v0.13.6, a Realm project.