Skip to content

Commit

Permalink
Update de_AT docs (FakerPHP#16)
Browse files Browse the repository at this point in the history
* update de_AT docs

* update de_AT docs

* update de_AT docs
  • Loading branch information
krsriq authored Dec 1, 2020
1 parent e8301c9 commit c9a558d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/locales/de_AT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# German (Austria)

### `Faker\Provider\at_AT\Payment`
### `Faker\Provider\de_AT\Address`

```php
echo $faker->state; // "Wien"
```

### `Faker\Provider\de_AT\Payment`

```php
echo $faker->vat; // "AT U12345678" - Austrian Value Added Tax number
echo $faker->vat(false); // "ATU12345678" - unspaced Austrian Value Added Tax number
```

### `Faker\Provider\de_AT\Person`

```php
echo $faker->ssn; // "3130231169" - Austrian Social Security number
echo $faker->ssn(new \DateTime('2010-09-08')); // "8235080910" - Austrian Social Security number for a specific birth date
```

0 comments on commit c9a558d

Please sign in to comment.