Searched defs:postalCode (Results 1 – 6 of 6) sorted by relevance
23 const address = [street, city, region, postalCode, country] constant
170 if let postalCode = cardFieldView?.cardPostalCode{ in createCardPaymentMethodParams() variable
166 if let postalCode = cardFieldView?.cardPostalCode{ in createCardPaymentMethodParams() variable
830 String street = null, city = null, region = null, country = null, postalCode = null; in createContentMetadata() local