VoucherPrivacyStatus enum VoucherPrivacyStatus {} The privacy status of the Voucher showing who has access to this Voucher. VoucherPrivacyStatusPrivate The Voucher is private. Only invited Users can see this Voucher. Declaration Objective-C VoucherPrivacyStatusPrivate Swift case `private` = 0 VoucherPrivacyStatusFriends The Voucher is shown to any friends of the Creator. Declaration Objective-C VoucherPrivacyStatusFriends Swift case friends = 1 VoucherPrivacyStatusPublic The Voucher is shown to anyone. Declaration Objective-C VoucherPrivacyStatusPublic Swift case `public` = 2