pub struct ExternalTransactionAddress {
pub administrative_area: Option<String>,
pub region_code: Option<String>,
}Expand description
User’s address for the external transaction.
This type is not used in any activity, and only used as part of another schema.
Fields§
§administrative_area: Option<String>Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are “ANDAMAN AND NICOBAR ISLANDS”, “ANDHRA PRADESH”, “ARUNACHAL PRADESH”, “ASSAM”, “BIHAR”, “CHANDIGARH”, “CHHATTISGARH”, “DADRA AND NAGAR HAVELI”, “DADRA AND NAGAR HAVELI AND DAMAN AND DIU”, “DAMAN AND DIU”, “DELHI”, “GOA”, “GUJARAT”, “HARYANA”, “HIMACHAL PRADESH”, “JAMMU AND KASHMIR”, “JHARKHAND”, “KARNATAKA”, “KERALA”, “LADAKH”, “LAKSHADWEEP”, “MADHYA PRADESH”, “MAHARASHTRA”, “MANIPUR”, “MEGHALAYA”, “MIZORAM”, “NAGALAND”, “ODISHA”, “PUDUCHERRY”, “PUNJAB”, “RAJASTHAN”, “SIKKIM”, “TAMIL NADU”, “TELANGANA”, “TRIPURA”, “UTTAR PRADESH”, “UTTARAKHAND”, and “WEST BENGAL”.
region_code: Option<String>Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
Trait Implementations§
Source§impl Clone for ExternalTransactionAddress
impl Clone for ExternalTransactionAddress
Source§fn clone(&self) -> ExternalTransactionAddress
fn clone(&self) -> ExternalTransactionAddress
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more