QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

AppliedToPaymentAmount Property

Represents the amount assigned to a particular bill payment.

Object Oriented Interface

public function getAppliedToPaymentAmount($appliedtoindex);
public function setAppliedToPaymentAmount($appliedtoindex, $value);

Procedural Interface

inqb_billpayment_get($res, 13 , $appliedtoindex);
inqb_billpayment_set($res, 13, $value , $appliedtoindex);

Default Value

''

Remarks

Represents the amount assigned to a particular bill payment. The sum of all AppliedToPaymentAmounts in any given transaction must not be greater than the total amount.

Note, if submitting an update and no AppliedToPaymentAmount is specified, the contents of the AppliedToAmount field will be used instead.

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]