class Finance: Any
Fields
Name | Description |
---|---|
val yamlCategory: override
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
Methods
creditCard
fun creditCard(type: String): String
Parameters
Name | Description |
---|---|
type: String
|
ReturnValue
Name | Description |
---|---|
String
|
condominiumFiscalCode
fun condominiumFiscalCode(): String
ReturnValue
Name | Description |
---|---|
String
|
vatNumber
fun vatNumber(countryCode: String): String
Parameters
Name | Description |
---|---|
countryCode: String
|
ReturnValue
Name | Description |
---|---|
String
|
ticker
fun ticker(stockExchange: StockExchange): String
Parameters
Name | Description |
---|---|
stockExchange: StockExchange
|
ReturnValue
Name | Description |
---|---|
String
|
stockMarket
fun stockMarket(): String
ReturnValue
Name | Description |
---|---|
String
|
FakeDataProvider implementation for YamlCategory.FINANCE category.