src/app/checkout/checkout-data/models/user.model.ts
Properties |
|
Methods |
|
Accessors |
constructor(first_name: string, last_name: string, library_card_id: string)
|
Public first_name |
Type : string
|
Public last_name |
Type : string
|
Public library_card_id |
Type : string
|
Static fromJson | ||||||
fromJson(json: Partial
|
||||||
Parameters :
Returns :
User
|
name |
getname()
|