UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

17 lines (16 loc) 386 B
import { Bill } from '././bill'; export declare class PaymentTerm { 'bills'?: Bill; 'sales'?: Bill; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }