관리-도구
편집 파일: ReceiverAddressCity.php
<?php namespace MercadoPago\Resources\MerchantOrder; class ReceiverAddressCity { /** City ID. */ public ?string $id; /** City name. */ public ?string $name; }