membership.model.ts: membershipDisplayLabel -> customerDisplayLabel
This commit is contained in:
parent
efa2972375
commit
956cadeb09
@ -13,7 +13,7 @@ export interface IMembership {
|
|||||||
assets?: IAsset[];
|
assets?: IAsset[];
|
||||||
customerPrefix?: string;
|
customerPrefix?: string;
|
||||||
customerId?: number;
|
customerId?: number;
|
||||||
membershipDisplayLabel?: string;
|
customerDisplayLabel?: string;
|
||||||
displayLabel?: string;
|
displayLabel?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ export class Membership implements IMembership {
|
|||||||
public assets?: IAsset[],
|
public assets?: IAsset[],
|
||||||
public customerPrefix?: string,
|
public customerPrefix?: string,
|
||||||
public customerId?: number,
|
public customerId?: number,
|
||||||
public displayLabel?: string,
|
public customerDisplayLabel?: string,
|
||||||
public membershipDisplayLabel?: string
|
public displayLabel?: string
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user