PaymentOption

public enum PaymentOption : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case allupfront = "AllUpfront"
  • Undocumented

    Declaration

    Swift

    case partialupfront = "PartialUpfront"
  • Undocumented

    Declaration

    Swift

    case noupfront = "NoUpfront"
  • Declaration

    Swift

    public var description: String { get }