// Generated Source import Address from "./Address"; interface InvoiceSettingsResource { /** * */ maxAmountPerFirstMonth?: number; /** * */ maxAmountPerMonth?: number; /** * */ paymentTerm?: number; /** * */ period?: number; /** * */ address?: Address; } export default InvoiceSettingsResource;