PHP Class ReconciliationOrderReport, googleads-php-lib

显示文件 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$id integer
$orderId integer
$proposalGrossBillableRevenueManualAdjustment Money
$proposalId integer
$proposalNetBillableRevenueManualAdjustment Money
$reconciliationReportId integer
$status tnsReconciliationOrderReportStatus
$submissionDateTime DateTime
$submitterId integer

Public Methods

Method Description
__construct ( $id = null, $reconciliationReportId = null, $orderId = null, $proposalId = null, $status = null, $submissionDateTime = null, $submitterId = null, $proposalNetBillableRevenueManualAdjustment = null, $proposalGrossBillableRevenueManualAdjustment = 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 ( $id = null, $reconciliationReportId = null, $orderId = null, $proposalId = null, $status = null, $submissionDateTime = null, $submitterId = null, $proposalNetBillableRevenueManualAdjustment = null, $proposalGrossBillableRevenueManualAdjustment = 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

$id public_oe property

public int $id
return integer

$orderId public_oe property

public int $orderId
return integer

$proposalGrossBillableRevenueManualAdjustment public_oe property

public Money $proposalGrossBillableRevenueManualAdjustment
return Money

$proposalId public_oe property

public int $proposalId
return integer

$proposalNetBillableRevenueManualAdjustment public_oe property

public Money $proposalNetBillableRevenueManualAdjustment
return Money

$reconciliationReportId public_oe property

public int $reconciliationReportId
return integer

$status public_oe property

public tnsReconciliationOrderReportStatus $status
return tnsReconciliationOrderReportStatus

$submissionDateTime public_oe property

public DateTime $submissionDateTime
return DateTime

$submitterId public_oe property

public int $submitterId
return integer