Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SevenShores
Hubspot
Resources
DealProperties
PHP 클래스 SevenShores\Hubspot\Resources\DealProperties
상속:
extends
Resource
파일 보기
프로젝트 열기: fungku/hubspot-php
공개 메소드들
메소드
설명
get
(
string
$name
) :
Response
Get a Deal Property.
update
(
string
$name
,
array
$property
) :
Response
Update a deal property.
메소드 상세
get()
공개
메소드
Returns a JSON object representing the definition for a given deal property.
또한 보기:
http://developers.hubspot.com/docs/methods/deals/get_deal_property
public
get
(
string
$name
) :
Response
$name
string
The name of the property.
리턴
SevenShores\Hubspot\Http\Response
update()
공개
메소드
Update a specified deal property.
또한 보기:
http://developers.hubspot.com/docs/methods/deals/update_deal_property
public
update
(
string
$name
,
array
$property
) :
Response
$name
string
$property
array
리턴
SevenShores\Hubspot\Http\Response