PostalAddress
একটি গ্রাহক বা একটি ব্যবসার ঠিকানা.
JSON প্রতিনিধিত্ব |
---|
{
"addressCountry": string,
"addressLocality": string,
"addressRegion": string,
"postalCode": string,
"streetAddress": string
} |
ক্ষেত্র |
---|
address Country | string দেশ, তার ISO 3166-1 alpha-2 দেশের কোড ব্যবহার করে নির্দিষ্ট করা হয়েছে, যেমন "US" (প্রয়োজনীয়) |
address Locality | string এলাকা, যেমন "মাউন্টেন ভিউ"। (প্রয়োজনীয়) |
address Region | string অঞ্চল, যেমন "CA"। এই ক্ষেত্রটি শুধুমাত্র সেইসব দেশে প্রয়োজন যেখানে অঞ্চলটি সাধারণত ঠিকানার একটি অংশ। (ঐচ্ছিক) |
postal Code | string পোস্টাল কোড, যেমন "94043"। (প্রয়োজনীয়) |
street Address | string রাস্তার ঠিকানা, যেমন "1600 Amphitheatre Pkwy"। (প্রয়োজনীয়) |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The PostalAddress schema represents the address of a customer or business using JSON format."],["It includes fields for country, locality, region, postal code, and street address, with country, locality, postal code, and street address being required."],["The country should be specified using its ISO 3166-1 alpha-2 country code, while the region field is optional and only required for countries where it's commonly part of an address."]]],[]]