Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SevenShores
Hubspot
Resources
DealProperties
PHP Class SevenShores\Hubspot\Resources\DealProperties
Inheritance:
extends
Resource
Mostrar archivo
Open project: fungku/hubspot-php
Public Methods
Method
Description
get
(
string
$name
) :
Response
Get a Deal Property.
update
(
string
$name
,
array
$property
) :
Response
Update a deal property.
Method Details
get()
public
method
Returns a JSON object representing the definition for a given deal property.
See also:
http://developers.hubspot.com/docs/methods/deals/get_deal_property
public
get
(
string
$name
) :
Response
$name
string
The name of the property.
return
SevenShores\Hubspot\Http\Response
update()
public
method
Update a specified deal property.
See also:
http://developers.hubspot.com/docs/methods/deals/update_deal_property
public
update
(
string
$name
,
array
$property
) :
Response
$name
string
$property
array
return
SevenShores\Hubspot\Http\Response