stack

Home > @infiniteobjects/models > PrintButtonPlatformConfigRepository > findByProductId

PrintButtonPlatformConfigRepository.findByProductId() method

Signature:

findByProductId(productId: string | number, reject: true, code: number): Promise<PrintButtonPlatformConfigModel>;

Parameters

Parameter Type Description
productId string | number  
reject true  
code number  

Returns:

Promise<PrintButtonPlatformConfigModel>