@sourceloop/ctrl-plane-subscription-service / Exports / Currency
Class: Currency¶
Hierarchy¶
-
Entity
↳
Currency
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new Currency(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <Currency > |
Overrides¶
Entity.constructor
Defined in¶
services/subscription-service/src/models/currency.model.ts:40
Properties¶
country¶
• Optional
country: string
Defined in¶
services/subscription-service/src/models/currency.model.ts:38
currencyCode¶
• currencyCode: string
Defined in¶
services/subscription-service/src/models/currency.model.ts:19
currencyName¶
• currencyName: string
Defined in¶
services/subscription-service/src/models/currency.model.ts:26
id¶
• id: string
Defined in¶
services/subscription-service/src/models/currency.model.ts:12
symbol¶
• Optional
symbol: string
Defined in¶
services/subscription-service/src/models/currency.model.ts:32