QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

CheckNumber Property

Check number (if payment was made by check).

Object Oriented Interface

public function getCheckNumber();
public function setCheckNumber($value);

Procedural Interface

inqb_salesreceipt_get($res, 2 );
inqb_salesreceipt_set($res, 2, $value );

Default Value

''

Remarks

The check number. This property should only be specified if payment is made by check.

Data Type

String

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