PaymentType

public enum PaymentType : String, Codable
  • Declaration

    Swift

    case auto = "Auto"
  • Declaration

    Swift

    case domestic = "Domestic"
  • Declaration

    Swift

    case domesticScheduled = "DomesticScheduled"
  • Declaration

    Swift

    case international = "International"
  • Declaration

    Swift

    case internationalScheduled = "InternationalScheduled"