QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

AppliedToDiscountAccountId Property

Refers to the account where this discount is tracked.

Object Oriented Interface

public function getAppliedToDiscountAccountId($appliedtoindex);
public function setAppliedToDiscountAccountId($appliedtoindex, $value);

Procedural Interface

inqb_receivepayment_get($res, 7 , $appliedtoindex);
inqb_receivepayment_set($res, 7, $value , $appliedtoindex);

Default Value

''

Remarks

Refers to the account where this discount is tracked.

The $appliedtoindex parameter specifies the index of the item in the array. The size of the array is controlled by the AppliedToCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]