Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
OrderPaymentMethod
Interface OrderPaymentMethod
interface
OrderPaymentMethod
{
billingAddress
?:
OrderAddress
;
expirationMonth
?:
number
;
expirationYear
?:
number
;
lastFourDigits
?:
string
;
phoneNumber
?:
string
;
type
?:
string
;
}
Index
Properties
billing
Address?
expiration
Month?
expiration
Year?
last
Four
Digits?
phone
Number?
type?
Properties
Optional
billing
Address
billingAddress
?:
OrderAddress
Optional
expiration
Month
expirationMonth
?:
number
Optional
expiration
Year
expirationYear
?:
number
Optional
last
Four
Digits
lastFourDigits
?:
string
Optional
phone
Number
phoneNumber
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
billing
Address
expiration
Month
expiration
Year
last
Four
Digits
phone
Number
type
Google Apps Script API
Loading...