Updated the expiry date to be based on the expiry date
This commit is contained in:
@@ -32,6 +32,7 @@ export type DurationUnit = "weeks" | "days" | "months" | "years";
|
||||
export interface Payment {
|
||||
id: string;
|
||||
corporate: string;
|
||||
entity?: string
|
||||
agent?: string;
|
||||
agentCommission: number;
|
||||
agentValue: number;
|
||||
|
||||
Reference in New Issue
Block a user