Price
JSON 표현 |
{
"priceMicros": string,
"currencyCode": string,
"pricingOptionTag": string
} |
필드 |
priceMicros |
string (int64 format)
가격입니다(통화의 마이크로 단위). 최소 통화 단위의 부분은 오사 오입 반올림을 사용하여 반올림됩니다. (예: 미화의 경우 2.5센트는 2센트로 반내림됨, 3.5센트는 4센트로 반올림됨, 0.5센트는 0센트로 반내림됨, 2.51센트는 3센트로 반올림됨).
|
currencyCode |
string
ISO 4217에 정의된 가격 통화입니다.
|
pricingOptionTag |
string
연장 가격과 연결된 가격 옵션을 식별하는 선택적 불투명 문자열입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-18(UTC)
[null,null,["최종 업데이트: 2024-10-18(UTC)"],[[["The JSON object represents the price of a service or fee using `priceMicros`, `currencyCode`, and `pricingOptionTag`."],["`priceMicros` represents the price in the smallest currency unit (micro-units) as a string formatted as an int64, with fractions rounded to the nearest even value."],["`currencyCode` is a string that defines the currency using the ISO 4217 standard."],["`pricingOptionTag` is an optional string used to identify the specific pricing option associated with this price."]]],[]]