PHP Class CreateProposalLineItems, googleads-php-lib

For each proposal line item, the following fields are required:
  • {@link ProposalLineItem#proposalId}
  • {@link ProposalLineItem#rateCardId}
  • {@link ProposalLineItem#productId}
  • {@link ProposalLineItem#name}
  • {@link ProposalLineItem#startDateTime}
  • {@link ProposalLineItem#endDateTime}
ファイルを表示 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$proposalLineItems ProposalLineItem[]

Public Methods

Method Description
__construct ( $proposalLineItems = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $proposalLineItems = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$proposalLineItems public_oe property

public ProposalLineItem[] $proposalLineItems
return ProposalLineItem[]