PaymentHolderDeclaration

@frozen
public enum PaymentHolderDeclaration : String
extension PaymentHolderDeclaration: Codable

Specifies who is paying for the visit.

  • The current logged-in user

    Declaration

    Swift

    case `self`
  • someone other than the logged in user

    Declaration

    Swift

    case other