Rename autoTenantNotification to autoBillFwd and update related references in forms and translations
This commit is contained in:
@@ -50,7 +50,7 @@ export interface BillingLocation {
|
||||
/** (optional) tenant last name */
|
||||
tenantLastName?: string | null;
|
||||
/** (optional) whether to automatically notify tenant */
|
||||
autoTenantNotification?: boolean | null;
|
||||
autoBillFwd?: boolean | null;
|
||||
/** (optional) tenant email */
|
||||
tenantEmail?: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user