Lead

public class Lead : Item

A potential offer.

  • A potential offer.

    Declaration

    Swift

    var offer: Results<Offer>? { get }
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws