src/app/core/models/price.ts
Properties |
| amount |
amount:
|
Type : string
|
|
Defined in src/app/core/models/price.ts:2
|
| currency |
currency:
|
Type : string
|
|
Defined in src/app/core/models/price.ts:3
|
export class Price {
amount: string;
currency: string;
}