OPCardFormStyle

@objc
public enum OPCardFormStyle : Int, CustomStringConvertible

Options for configuring the display of OPPaymentCardDetailsForm instances

  • Displays the form in a rounded rect with full separators between each input field.

    Declaration

    Swift

    case standard
  • Displays the form without an outer border and underlines under each input field.

    Declaration

    Swift

    case borderless
  • A string representation of this enum

    Declaration

    Swift

    public var description: String { get }