Svea
  • Home
  • Documentation
  • Support
  • Partners
    • Nothing Found
    Svea
  • Home
  • Documentation
  • Support
  • Partners
    Svea App Pay
    Intro
    Start building in three easy steps
    Implementation timeline
    Test checklist
    Go live checklist
    Changelogs
    Client
    Getting started
    Configure environment
    API
    Models
      AvailablePaymentMethod
      PaymentMethod
      PaymentType
      PaymentSubType
      CardInformation
      CardDate
      ExpiryInfo
      PrivateInvoiceInfo
      PrivateInvoiceUpdateData
      CompanyInvoiceInfo
      CompanyInvoiceUpdateData
      RecurringAccountType
      PaymentPlanOption
      Environment
      WalletError
      Problem
    Error messages
    Server API
    Access
    Request user token
    Payments
    Recurring payments
    Refunds
    Callback
    HTTP Response Codes
    Payment Status Codes
    Error Codes
    Collective Invoice Server API
    Intro
    Methods
    Models
    Invoice Status Codes
Last updated 1 year ago

PaymentType

An enum representing a payment type.

Copy
Copied
enum PaymentType: String {
    case card
    case swish
    case invoice
    case unknown
}