mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: Pdf template address
This commit is contained in:
@@ -63,6 +63,14 @@ interface GetInvoicePaymentLinkAddressResponse {
|
||||
phone: string;
|
||||
}
|
||||
|
||||
interface GetInvoicePaymentLinkOrganizationRes {
|
||||
address: Record<string, GetInvoicePaymentLinkAddressResponse>;
|
||||
name: string;
|
||||
primaryColor: string;
|
||||
logoUri: string;
|
||||
addressTextFormatted: string;
|
||||
}
|
||||
|
||||
export interface GetInvoicePaymentLinkResponse {
|
||||
dueAmount: number;
|
||||
dueAmountFormatted: string;
|
||||
@@ -97,16 +105,7 @@ export interface GetInvoicePaymentLinkResponse {
|
||||
taxRateAmountFormatted: string;
|
||||
taxRateCode: string;
|
||||
}>;
|
||||
organization: Record<
|
||||
string,
|
||||
{
|
||||
address: Record<string, GetInvoicePaymentLinkAddressResponse>;
|
||||
name: string;
|
||||
primaryColor: string;
|
||||
logoUri: string;
|
||||
addressTextFormatted: string;
|
||||
}
|
||||
>;
|
||||
organization: GetInvoicePaymentLinkOrganizationRes;
|
||||
hasStripePaymentMethod: boolean;
|
||||
isReceivable: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user