ameliaikeda/monzo-php

View on GitHub
src/Models/Address.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Amelia\Monzo\Models;

/**
 * Merchant model.
 *
 * @property string $address
 * @property string $city
 * @property string $country
 * @property string $region
 * @property string $postcode
 * @property float $latitude
 * @property float $longitude
 */
class Address extends Model
{
    //
}