Module

Faker.Finance

Package
purescript-faker-ffi
Repository
philippedev101/purescript-faker-ffi

#AccountNumberOpts Source

type AccountNumberOpts = { length :: Int }

#AmountOpts Source

type AmountOpts = { dec :: Int, max :: Number, min :: Number, symbol :: String }

#transactionType Source

#Currency Source

type Currency = { code :: String, name :: String, numericCode :: String, symbol :: String }

#currencySymbol Source

#bitcoinAddress Source

#litecoinAddress Source

#creditCardNumber Source

#CreditCardNumberOpts Source

type CreditCardNumberOpts = { issuer :: String }

#creditCardIssuer Source

#ethereumAddress Source

#IbanOpts Source

type IbanOpts = { countryCode :: String, formatted :: Boolean }

#BicOpts Source

type BicOpts = { includeBranchCode :: Boolean }

#currencyNumericCode Source

#transactionDescription Source