Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
OrderAddress
Interface OrderAddress
interface
OrderAddress
{
country
?:
string
;
fullAddress
?:
string
[]
;
isPostOfficeBox
?:
boolean
;
locality
?:
string
;
postalCode
?:
string
;
recipientName
?:
string
;
region
?:
string
;
streetAddress
?:
string
[]
;
}
Index
Properties
country?
full
Address?
is
Post
Office
Box?
locality?
postal
Code?
recipient
Name?
region?
street
Address?
Properties
Optional
country
country
?:
string
Optional
full
Address
fullAddress
?:
string
[]
Optional
is
Post
Office
Box
isPostOfficeBox
?:
boolean
Optional
locality
locality
?:
string
Optional
postal
Code
postalCode
?:
string
Optional
recipient
Name
recipientName
?:
string
Optional
region
region
?:
string
Optional
street
Address
streetAddress
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
country
full
Address
is
Post
Office
Box
locality
postal
Code
recipient
Name
region
street
Address
Google Apps Script API
Loading...