QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

CreditLimit Property

Credit limit for this entity.

Object Oriented Interface

public function getCreditLimit();
public function setCreditLimit($value);

Procedural Interface

inqb_customer_get($res, 14 );
inqb_customer_set($res, 14, $value );

Default Value

'0'

Remarks

The credit limit for this customer or vendor. If it is equal to 0, there is no credit limit.

The amount should be formatted as a string in dollars.

This property is allowed in Add operations, and not used in Update operations.

Data Type

String

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