Skip to content

Latest commit

 

History

History
51 lines (21 loc) · 1.03 KB

ShipToLocation.md

File metadata and controls

51 lines (21 loc) · 1.03 KB

ShipToLocation

The type that defines the fields for the country and postal code of where an item is to be shipped.

Properties

country

The two-letter ISO 3166 standard of the country for where the item is to be shipped. For implementation help, refer to eBay API documentation

public ?\SapientPro\EbayBrowseSDK\Enums\CountryCodeEnum $country

postalCode

The zip code (postal code) for where the item is to be shipped.

public ?string $postalCode


Automatically generated from source code comments on 2023-06-15 using phpDocumentor and saggre/phpdocumentor-markdown