PHP Class BudgetOrder, googleads-php-lib

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$billingAccountId string
$billingAccountName string
$budgetOrderName string
$endDateTime string
$id integer
$lastRequest BudgetOrderRequest
$poNumber string
$primaryBillingId string
$secondaryBillingId string
$spendingLimit Money
$startDateTime string
$totalAdjustments Money

Public Methods

Method Description
__construct ( $billingAccountId = null, $id = null, $billingAccountName = null, $poNumber = null, $budgetOrderName = null, $primaryBillingId = null, $secondaryBillingId = null, $spendingLimit = null, $startDateTime = null, $endDateTime = null, $lastRequest = null )
__construct ( $billingAccountId = null, $id = null, $billingAccountName = null, $poNumber = null, $budgetOrderName = null, $primaryBillingId = null, $secondaryBillingId = null, $spendingLimit = null, $totalAdjustments = null, $startDateTime = null, $endDateTime = null, $lastRequest = 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 ( $billingAccountId = null, $id = null, $billingAccountName = null, $poNumber = null, $budgetOrderName = null, $primaryBillingId = null, $secondaryBillingId = null, $spendingLimit = null, $startDateTime = null, $endDateTime = null, $lastRequest = null )

__construct() public method

public __construct ( $billingAccountId = null, $id = null, $billingAccountName = null, $poNumber = null, $budgetOrderName = null, $primaryBillingId = null, $secondaryBillingId = null, $spendingLimit = null, $totalAdjustments = null, $startDateTime = null, $endDateTime = null, $lastRequest = 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

$billingAccountId public property

public string $billingAccountId
return string

$billingAccountName public property

public string $billingAccountName
return string

$budgetOrderName public property

public string $budgetOrderName
return string

$endDateTime public property

public string $endDateTime
return string

$id public property

public int $id
return integer

$lastRequest public property

public BudgetOrderRequest $lastRequest
return BudgetOrderRequest

$poNumber public property

public string $poNumber
return string

$primaryBillingId public property

public string $primaryBillingId
return string

$secondaryBillingId public property

public string $secondaryBillingId
return string

$spendingLimit public property

public Money $spendingLimit
return Money

$startDateTime public property

public string $startDateTime
return string

$totalAdjustments public property

public Money $totalAdjustments
return Money