Properties
Static CONSTRUCTOR_ID
CONSTRUCTOR_ID: number
Static SUBCLASS_OF_ID
SUBCLASS_OF_ID: number
Static className
className: string
Static classType
classType: "constructor" | "request"
originalArgs
original
Args
: { test
?: boolean; nameRequested
?: boolean; phoneRequested
?: boolean; emailRequested
?: boolean; shippingAddressRequested
?: boolean; flexible
?: boolean; phoneToProvider
?: boolean; emailToProvider
?: boolean; recurring
?: boolean; currency
: string; prices
: LabeledPrice[]; maxTipAmount
?: BigInteger; suggestedTipAmounts
?: BigInteger[]; termsUrl
?: string }Type declaration
Optional test?: boolean
Optional nameRequested?: boolean
Optional phoneRequested?: boolean
Optional emailRequested?: boolean
Optional shippingAddressRequested?: boolean
Optional flexible?: boolean
Optional phoneToProvider?: boolean
Optional emailToProvider?: boolean
Optional recurring?: boolean
currency: string
Optional maxTipAmount?: BigInteger
Optional suggestedTipAmounts?: BigInteger[]
Optional termsUrl?: string
CONSTRUCTOR_ID
CONSTRUCTOR_ID: 1572428309
SUBCLASS_OF_ID
SUBCLASS_OF_ID: 1608003288
classType
classType: "constructor"
className
className: "Invoice"
Optional test
test?: boolean
Optional nameRequested
nameRequested?: boolean
Optional phoneRequested
phoneRequested?: boolean
Optional emailRequested
emailRequested?: boolean
Optional shippingAddressRequested
shippingAddressRequested?: boolean
Optional flexible
flexible?: boolean
Optional phoneToProvider
phoneToProvider?: boolean
Optional emailToProvider
emailToProvider?: boolean
Optional recurring
recurring?: boolean
Optional maxTipAmount
maxTipAmount?: BigInteger
Optional suggestedTipAmounts
suggestedTipAmounts?: BigInteger[]
Optional termsUrl
termsUrl?: string