PHP 클래스 PayPal\Api\CountryCode

The ISO 3166-1 alpha-2 country code. A complete list of valid codes is available at Wikipedia: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 In particular, note that the country code for Great Britain is GB, not UK as used in that country's top-level domain names.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getCountryCode ( ) : string ISO country code based on 2-character IS0-3166-1 codes.
setCountryCode ( string $country_code ) ISO country code based on 2-character IS0-3166-1 codes.

메소드 상세

getCountryCode() 공개 메소드

ISO country code based on 2-character IS0-3166-1 codes.
public getCountryCode ( ) : string
리턴 string

setCountryCode() 공개 메소드

ISO country code based on 2-character IS0-3166-1 codes.
public setCountryCode ( string $country_code )
$country_code string