PHP 클래스 Api\StructType\ApiCampaignGetItem

상속: extends ApiCampaignBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 프로퍼티들

프로퍼티 타입 설명
$BlockedIps Api\ArrayType\ApiArrayOfString The BlockedIps Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
$Currency string The Currency Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$DailyBudget Api\StructType\ApiDailyBudget The DailyBudget Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
$DynamicTextCampaign Api\StructType\ApiDynamicTextCampaignGetItem The DynamicTextCampaign Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$EndDate string The EndDate Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
$ExcludedSites Api\ArrayType\ApiArrayOfString The ExcludedSites Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
$Funds Api\StructType\ApiFundsParam The Funds Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Id integer The Id Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$MobileAppCampaign Api\StructType\ApiMobileAppCampaignGetItem The MobileAppCampaign Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Name string The Name Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$NegativeKeywords Api\ArrayType\ApiArrayOfString The NegativeKeywords Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
$RepresentedBy Api\StructType\ApiCampaignAssistant The RepresentedBy Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$SourceId integer The SourceId Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
$StartDate string The StartDate Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$State string The State Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Statistics Api\StructType\ApiStatistics The Statistics Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Status string The Status Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$StatusClarification string The StatusClarification Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$StatusPayment string The StatusPayment Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$TextCampaign Api\StructType\ApiTextCampaignGetItem The TextCampaign Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Type string The Type Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0

공개 메소드들

메소드 설명
__construct ( integer $id = null, string $name = null, string $startDate = null, string $type = null, string $status = null, string $state = null, string $statusPayment = null, string $statusClarification = null, integer $sourceId = null, Api\StructType\ApiStatistics $statistics = null, string $currency = null, Api\StructType\ApiFundsParam $funds = null, Api\StructType\ApiCampaignAssistant $representedBy = null, Api\StructType\ApiDailyBudget $dailyBudget = null, string $endDate = null, ApiArrayOfString $negativeKeywords = null, ApiArrayOfString $blockedIps = null, ApiArrayOfString $excludedSites = null, Api\StructType\ApiTextCampaignGetItem $textCampaign = null, Api\StructType\ApiMobileAppCampaignGetItem $mobileAppCampaign = null, Api\StructType\ApiDynamicTextCampaignGetItem $dynamicTextCampaign = null ) Constructor method for CampaignGetItem
__set_state ( array $array ) : ApiCampaignGetItem Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
__toString ( ) : string Method returning the class name
getBlockedIps ( ) : ApiArrayOfString | null Get BlockedIps value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
getCurrency ( ) : string | null Get Currency value
getDailyBudget ( ) : Api\StructType\ApiDailyBudget | null Get DailyBudget value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
getDynamicTextCampaign ( ) : Api\StructType\ApiDynamicTextCampaignGetItem | null Get DynamicTextCampaign value
getEndDate ( ) : string | null Get EndDate value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
getExcludedSites ( ) : ApiArrayOfString | null Get ExcludedSites value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
getFunds ( ) : Api\StructType\ApiFundsParam | null Get Funds value
getId ( ) : integer | null Get Id value
getMobileAppCampaign ( ) : Api\StructType\ApiMobileAppCampaignGetItem | null Get MobileAppCampaign value
getName ( ) : string | null Get Name value
getNegativeKeywords ( ) : ApiArrayOfString | null Get NegativeKeywords value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
getRepresentedBy ( ) : Api\StructType\ApiCampaignAssistant | null Get RepresentedBy value
getSourceId ( ) : integer | null Get SourceId value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
getStartDate ( ) : string | null Get StartDate value
getState ( ) : string | null Get State value
getStatistics ( ) : Api\StructType\ApiStatistics | null Get Statistics value
getStatus ( ) : string | null Get Status value
getStatusClarification ( ) : string | null Get StatusClarification value
getStatusPayment ( ) : string | null Get StatusPayment value
getTextCampaign ( ) : Api\StructType\ApiTextCampaignGetItem | null Get TextCampaign value
getType ( ) : string | null Get Type value
setBlockedIps ( ApiArrayOfString $blockedIps = null ) : ApiCampaignGetItem Set BlockedIps value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
setCurrency ( string $currency = null ) : ApiCampaignGetItem Set Currency value
setDailyBudget ( Api\StructType\ApiDailyBudget $dailyBudget = null ) : ApiCampaignGetItem Set DailyBudget value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
setDynamicTextCampaign ( Api\StructType\ApiDynamicTextCampaignGetItem $dynamicTextCampaign = null ) : ApiCampaignGetItem Set DynamicTextCampaign value
setEndDate ( string $endDate = null ) : ApiCampaignGetItem Set EndDate value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
setExcludedSites ( ApiArrayOfString $excludedSites = null ) : ApiCampaignGetItem Set ExcludedSites value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
setFunds ( Api\StructType\ApiFundsParam $funds = null ) : ApiCampaignGetItem Set Funds value
setId ( integer $id = null ) : ApiCampaignGetItem Set Id value
setMobileAppCampaign ( Api\StructType\ApiMobileAppCampaignGetItem $mobileAppCampaign = null ) : ApiCampaignGetItem Set MobileAppCampaign value
setName ( string $name = null ) : ApiCampaignGetItem Set Name value
setNegativeKeywords ( ApiArrayOfString $negativeKeywords = null ) : ApiCampaignGetItem Set NegativeKeywords value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
setRepresentedBy ( Api\StructType\ApiCampaignAssistant $representedBy = null ) : ApiCampaignGetItem Set RepresentedBy value
setSourceId ( integer $sourceId = null ) : ApiCampaignGetItem Set SourceId value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
setStartDate ( string $startDate = null ) : ApiCampaignGetItem Set StartDate value
setState ( string $state = null ) : ApiCampaignGetItem Set State value
setStatistics ( Api\StructType\ApiStatistics $statistics = null ) : ApiCampaignGetItem Set Statistics value
setStatus ( string $status = null ) : ApiCampaignGetItem Set Status value
setStatusClarification ( string $statusClarification = null ) : ApiCampaignGetItem Set StatusClarification value
setStatusPayment ( string $statusPayment = null ) : ApiCampaignGetItem Set StatusPayment value
setTextCampaign ( Api\StructType\ApiTextCampaignGetItem $textCampaign = null ) : ApiCampaignGetItem Set TextCampaign value
setType ( string $type = null ) : ApiCampaignGetItem Set Type value

메소드 상세

__construct() 공개 메소드

Constructor method for CampaignGetItem
public __construct ( integer $id = null, string $name = null, string $startDate = null, string $type = null, string $status = null, string $state = null, string $statusPayment = null, string $statusClarification = null, integer $sourceId = null, Api\StructType\ApiStatistics $statistics = null, string $currency = null, Api\StructType\ApiFundsParam $funds = null, Api\StructType\ApiCampaignAssistant $representedBy = null, Api\StructType\ApiDailyBudget $dailyBudget = null, string $endDate = null, ApiArrayOfString $negativeKeywords = null, ApiArrayOfString $blockedIps = null, ApiArrayOfString $excludedSites = null, Api\StructType\ApiTextCampaignGetItem $textCampaign = null, Api\StructType\ApiMobileAppCampaignGetItem $mobileAppCampaign = null, Api\StructType\ApiDynamicTextCampaignGetItem $dynamicTextCampaign = null )
$id integer
$name string
$startDate string
$type string
$status string
$state string
$statusPayment string
$statusClarification string
$sourceId integer
$statistics Api\StructType\ApiStatistics
$currency string
$funds Api\StructType\ApiFundsParam
$representedBy Api\StructType\ApiCampaignAssistant
$dailyBudget Api\StructType\ApiDailyBudget
$endDate string
$negativeKeywords Api\ArrayType\ApiArrayOfString
$blockedIps Api\ArrayType\ApiArrayOfString
$excludedSites Api\ArrayType\ApiArrayOfString
$textCampaign Api\StructType\ApiTextCampaignGetItem
$mobileAppCampaign Api\StructType\ApiMobileAppCampaignGetItem
$dynamicTextCampaign Api\StructType\ApiDynamicTextCampaignGetItem

__set_state() 공개 정적인 메소드

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
또한 보기: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiCampaignGetItem
$array array the exported values
리턴 ApiCampaignGetItem

__toString() 공개 메소드

Method returning the class name
public __toString ( ) : string
리턴 string __CLASS__

getBlockedIps() 공개 메소드

Get BlockedIps value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getBlockedIps ( ) : ApiArrayOfString | null
리턴 Api\ArrayType\ApiArrayOfString | null

getCurrency() 공개 메소드

Get Currency value
public getCurrency ( ) : string | null
리턴 string | null

getDailyBudget() 공개 메소드

Get DailyBudget value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getDailyBudget ( ) : Api\StructType\ApiDailyBudget | null
리턴 Api\StructType\ApiDailyBudget | null

getDynamicTextCampaign() 공개 메소드

Get DynamicTextCampaign value
public getDynamicTextCampaign ( ) : Api\StructType\ApiDynamicTextCampaignGetItem | null
리턴 Api\StructType\ApiDynamicTextCampaignGetItem | null

getEndDate() 공개 메소드

Get EndDate value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getEndDate ( ) : string | null
리턴 string | null

getExcludedSites() 공개 메소드

Get ExcludedSites value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getExcludedSites ( ) : ApiArrayOfString | null
리턴 Api\ArrayType\ApiArrayOfString | null

getFunds() 공개 메소드

Get Funds value
public getFunds ( ) : Api\StructType\ApiFundsParam | null
리턴 Api\StructType\ApiFundsParam | null

getId() 공개 메소드

Get Id value
public getId ( ) : integer | null
리턴 integer | null

getMobileAppCampaign() 공개 메소드

Get MobileAppCampaign value
public getMobileAppCampaign ( ) : Api\StructType\ApiMobileAppCampaignGetItem | null
리턴 Api\StructType\ApiMobileAppCampaignGetItem | null

getName() 공개 메소드

Get Name value
public getName ( ) : string | null
리턴 string | null

getNegativeKeywords() 공개 메소드

Get NegativeKeywords value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getNegativeKeywords ( ) : ApiArrayOfString | null
리턴 Api\ArrayType\ApiArrayOfString | null

getRepresentedBy() 공개 메소드

Get RepresentedBy value
public getRepresentedBy ( ) : Api\StructType\ApiCampaignAssistant | null
리턴 Api\StructType\ApiCampaignAssistant | null

getSourceId() 공개 메소드

Get SourceId value An additional test has been added (isset) before returning the property value as this property may have been unset before, due to the fact that this property is removable from the request (nillable=true+minOccurs=0)
public getSourceId ( ) : integer | null
리턴 integer | null

getStartDate() 공개 메소드

Get StartDate value
public getStartDate ( ) : string | null
리턴 string | null

getState() 공개 메소드

Get State value
public getState ( ) : string | null
리턴 string | null

getStatistics() 공개 메소드

Get Statistics value
public getStatistics ( ) : Api\StructType\ApiStatistics | null
리턴 Api\StructType\ApiStatistics | null

getStatus() 공개 메소드

Get Status value
public getStatus ( ) : string | null
리턴 string | null

getStatusClarification() 공개 메소드

Get StatusClarification value
public getStatusClarification ( ) : string | null
리턴 string | null

getStatusPayment() 공개 메소드

Get StatusPayment value
public getStatusPayment ( ) : string | null
리턴 string | null

getTextCampaign() 공개 메소드

Get TextCampaign value
public getTextCampaign ( ) : Api\StructType\ApiTextCampaignGetItem | null
리턴 Api\StructType\ApiTextCampaignGetItem | null

getType() 공개 메소드

Get Type value
public getType ( ) : string | null
리턴 string | null

setBlockedIps() 공개 메소드

Set BlockedIps value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setBlockedIps ( ApiArrayOfString $blockedIps = null ) : ApiCampaignGetItem
$blockedIps Api\ArrayType\ApiArrayOfString
리턴 ApiCampaignGetItem

setCurrency() 공개 메소드

Set Currency value
public setCurrency ( string $currency = null ) : ApiCampaignGetItem
$currency string
리턴 ApiCampaignGetItem

setDailyBudget() 공개 메소드

Set DailyBudget value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setDailyBudget ( Api\StructType\ApiDailyBudget $dailyBudget = null ) : ApiCampaignGetItem
$dailyBudget Api\StructType\ApiDailyBudget
리턴 ApiCampaignGetItem

setDynamicTextCampaign() 공개 메소드

Set DynamicTextCampaign value
public setDynamicTextCampaign ( Api\StructType\ApiDynamicTextCampaignGetItem $dynamicTextCampaign = null ) : ApiCampaignGetItem
$dynamicTextCampaign Api\StructType\ApiDynamicTextCampaignGetItem
리턴 ApiCampaignGetItem

setEndDate() 공개 메소드

Set EndDate value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setEndDate ( string $endDate = null ) : ApiCampaignGetItem
$endDate string
리턴 ApiCampaignGetItem

setExcludedSites() 공개 메소드

Set ExcludedSites value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setExcludedSites ( ApiArrayOfString $excludedSites = null ) : ApiCampaignGetItem
$excludedSites Api\ArrayType\ApiArrayOfString
리턴 ApiCampaignGetItem

setFunds() 공개 메소드

Set Funds value
public setFunds ( Api\StructType\ApiFundsParam $funds = null ) : ApiCampaignGetItem
$funds Api\StructType\ApiFundsParam
리턴 ApiCampaignGetItem

setId() 공개 메소드

Set Id value
public setId ( integer $id = null ) : ApiCampaignGetItem
$id integer
리턴 ApiCampaignGetItem

setMobileAppCampaign() 공개 메소드

Set MobileAppCampaign value
public setMobileAppCampaign ( Api\StructType\ApiMobileAppCampaignGetItem $mobileAppCampaign = null ) : ApiCampaignGetItem
$mobileAppCampaign Api\StructType\ApiMobileAppCampaignGetItem
리턴 ApiCampaignGetItem

setName() 공개 메소드

Set Name value
public setName ( string $name = null ) : ApiCampaignGetItem
$name string
리턴 ApiCampaignGetItem

setNegativeKeywords() 공개 메소드

Set NegativeKeywords value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setNegativeKeywords ( ApiArrayOfString $negativeKeywords = null ) : ApiCampaignGetItem
$negativeKeywords Api\ArrayType\ApiArrayOfString
리턴 ApiCampaignGetItem

setRepresentedBy() 공개 메소드

Set RepresentedBy value
public setRepresentedBy ( Api\StructType\ApiCampaignAssistant $representedBy = null ) : ApiCampaignGetItem
$representedBy Api\StructType\ApiCampaignAssistant
리턴 ApiCampaignGetItem

setSourceId() 공개 메소드

Set SourceId value This property is removable from request (nillable=true+minOccurs=0), therefore if the value assigned to this property is null, it is removed from this object
public setSourceId ( integer $sourceId = null ) : ApiCampaignGetItem
$sourceId integer
리턴 ApiCampaignGetItem

setStartDate() 공개 메소드

Set StartDate value
public setStartDate ( string $startDate = null ) : ApiCampaignGetItem
$startDate string
리턴 ApiCampaignGetItem

setState() 공개 메소드

Set State value
public setState ( string $state = null ) : ApiCampaignGetItem
$state string
리턴 ApiCampaignGetItem

setStatistics() 공개 메소드

Set Statistics value
public setStatistics ( Api\StructType\ApiStatistics $statistics = null ) : ApiCampaignGetItem
$statistics Api\StructType\ApiStatistics
리턴 ApiCampaignGetItem

setStatus() 공개 메소드

Set Status value
public setStatus ( string $status = null ) : ApiCampaignGetItem
$status string
리턴 ApiCampaignGetItem

setStatusClarification() 공개 메소드

Set StatusClarification value
public setStatusClarification ( string $statusClarification = null ) : ApiCampaignGetItem
$statusClarification string
리턴 ApiCampaignGetItem

setStatusPayment() 공개 메소드

Set StatusPayment value
public setStatusPayment ( string $statusPayment = null ) : ApiCampaignGetItem
$statusPayment string
리턴 ApiCampaignGetItem

setTextCampaign() 공개 메소드

Set TextCampaign value
public setTextCampaign ( Api\StructType\ApiTextCampaignGetItem $textCampaign = null ) : ApiCampaignGetItem
$textCampaign Api\StructType\ApiTextCampaignGetItem
리턴 ApiCampaignGetItem

setType() 공개 메소드

Set Type value
public setType ( string $type = null ) : ApiCampaignGetItem
$type string
리턴 ApiCampaignGetItem

프로퍼티 상세

$BlockedIps 공개적으로 프로퍼티

The BlockedIps Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
public ApiArrayOfString,Api\ArrayType $BlockedIps
리턴 Api\ArrayType\ApiArrayOfString

$Currency 공개적으로 프로퍼티

The Currency Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $Currency
리턴 string

$DailyBudget 공개적으로 프로퍼티

The DailyBudget Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
public ApiDailyBudget,Api\StructType $DailyBudget
리턴 Api\StructType\ApiDailyBudget

$DynamicTextCampaign 공개적으로 프로퍼티

The DynamicTextCampaign Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiDynamicTextCampaignGetItem,Api\StructType $DynamicTextCampaign
리턴 Api\StructType\ApiDynamicTextCampaignGetItem

$EndDate 공개적으로 프로퍼티

The EndDate Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
public string $EndDate
리턴 string

$ExcludedSites 공개적으로 프로퍼티

The ExcludedSites Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
public ApiArrayOfString,Api\ArrayType $ExcludedSites
리턴 Api\ArrayType\ApiArrayOfString

$Funds 공개적으로 프로퍼티

The Funds Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiFundsParam,Api\StructType $Funds
리턴 Api\StructType\ApiFundsParam

$Id 공개적으로 프로퍼티

The Id Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public int $Id
리턴 integer

$MobileAppCampaign 공개적으로 프로퍼티

The MobileAppCampaign Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiMobileAppCampaignGetItem,Api\StructType $MobileAppCampaign
리턴 Api\StructType\ApiMobileAppCampaignGetItem

$Name 공개적으로 프로퍼티

The Name Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $Name
리턴 string

$NegativeKeywords 공개적으로 프로퍼티

The NegativeKeywords Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
public ApiArrayOfString,Api\ArrayType $NegativeKeywords
리턴 Api\ArrayType\ApiArrayOfString

$RepresentedBy 공개적으로 프로퍼티

The RepresentedBy Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiCampaignAssistant,Api\StructType $RepresentedBy
리턴 Api\StructType\ApiCampaignAssistant

$SourceId 공개적으로 프로퍼티

The SourceId Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0 - nillable: true
public int $SourceId
리턴 integer

$StartDate 공개적으로 프로퍼티

The StartDate Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $StartDate
리턴 string

$State 공개적으로 프로퍼티

The State Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $State
리턴 string

$Statistics 공개적으로 프로퍼티

The Statistics Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiStatistics,Api\StructType $Statistics
리턴 Api\StructType\ApiStatistics

$Status 공개적으로 프로퍼티

The Status Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $Status
리턴 string

$StatusClarification 공개적으로 프로퍼티

The StatusClarification Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $StatusClarification
리턴 string

$StatusPayment 공개적으로 프로퍼티

The StatusPayment Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $StatusPayment
리턴 string

$TextCampaign 공개적으로 프로퍼티

The TextCampaign Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiTextCampaignGetItem,Api\StructType $TextCampaign
리턴 Api\StructType\ApiTextCampaignGetItem

$Type 공개적으로 프로퍼티

The Type Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $Type
리턴 string