PHP Class SevenShores\Hubspot\Resources\DealProperties

Inheritance: extends Resource
Afficher le fichier Open project: fungku/hubspot-php

Méthodes publiques

Méthode Description
get ( string $name ) : Response Get a Deal Property.
update ( string $name, array $property ) : Response Update a deal property.

Method Details

get() public méthode

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.
Résultat SevenShores\Hubspot\Http\Response

update() public méthode

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
Résultat SevenShores\Hubspot\Http\Response