offer Type

object (Offer)

offer Properties

Property Type Required Nullable Defined by
amount number Optional cannot be null JsonLead
description string Optional cannot be null JsonLead
date string Optional cannot be null JsonLead
type string Optional cannot be null JsonLead
custom object Optional cannot be null JsonLead

amount

The offered amount, in the local currency

amount

amount Type

number

description

The description of the offer

description

description Type

string

date

The creation date of the offer. Should follow ISO 8601 (2024-02-06T15:26:17.683Z)

date

date Type

string

date Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

type

The type of the offer

type

type Type

string

custom

Custom fields for the offer

custom

custom Type

object (Details)