PHP Class BudgetOrderRequest, googleads-php-lib

This element only applies if manager account is whitelisted for new billing backend.
Datei anzeigen Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$billingAccountName string
$budgetOrderName string
$date string
$endDateTime string
$poNumber string
$spendingLimit Money
$startDateTime string
$status tnsBudgetOrderRequestStatus

Public Methods

Method Description
__construct ( $status = null, $date = null, $billingAccountName = null, $poNumber = null, $budgetOrderName = null, $spendingLimit = null, $startDateTime = null, $endDateTime = 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 ( $status = null, $date = null, $billingAccountName = null, $poNumber = null, $budgetOrderName = null, $spendingLimit = null, $startDateTime = null, $endDateTime = 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

$billingAccountName public_oe property

public string $billingAccountName
return string

$budgetOrderName public_oe property

public string $budgetOrderName
return string

$date public_oe property

public string $date
return string

$endDateTime public_oe property

public string $endDateTime
return string

$poNumber public_oe property

public string $poNumber
return string

$spendingLimit public_oe property

public Money $spendingLimit
return Money

$startDateTime public_oe property

public string $startDateTime
return string

$status public_oe property

public tnsBudgetOrderRequestStatus $status
return tnsBudgetOrderRequestStatus