paygreenjs
Preparing search index...
types
ParamsType
Interface ParamsType
interface
ParamsType
{
buyer
?:
BuyerParamsType
;
display
?:
{
authentication
?:
"inline"
|
"modal"
;
cardIcon
?:
boolean
;
cvvIcon
?:
boolean
;
hideStatusMessages
?:
boolean
;
}
;
displayAuthentication
?:
"inline"
|
"modal"
;
displayCardLogo
?:
boolean
;
displayCvvIcon
?:
boolean
;
instrument
?:
InstrumentParamsType
;
lang
?:
string
;
mode
:
"tokenizer"
|
"instrument"
|
"payment"
;
modeOptions
?:
{
authorizedInstrument
?:
boolean
;
shopId
?:
string
}
;
paymentMethod
?:
string
;
paymentOrder
?:
{
id
:
string
;
objectSecret
:
string
}
;
publicKey
:
string
;
style
?:
StyleIframeType
;
token
?:
string
;
}
Hierarchy
Omit
<
ClientParamsType
,
"instrument"
|
"buyer"
|
"paymentOrderID"
|
"objectSecret"
,
>
ParamsType
Index
Properties
buyer?
display?
display
Authentication?
display
Card
Logo?
display
Cvv
Icon?
instrument?
lang?
mode
mode
Options?
payment
Method?
payment
Order?
public
Key
style?
token?
Properties
Optional
buyer
buyer
?:
BuyerParamsType
Optional
display
display
?:
{
authentication
?:
"inline"
|
"modal"
;
cardIcon
?:
boolean
;
cvvIcon
?:
boolean
;
hideStatusMessages
?:
boolean
;
}
Optional
display
Authentication
displayAuthentication
?:
"inline"
|
"modal"
Optional
display
Card
Logo
displayCardLogo
?:
boolean
Optional
display
Cvv
Icon
displayCvvIcon
?:
boolean
Optional
instrument
instrument
?:
InstrumentParamsType
Optional
lang
lang
?:
string
mode
mode
:
"tokenizer"
|
"instrument"
|
"payment"
Optional
mode
Options
modeOptions
?:
{
authorizedInstrument
?:
boolean
;
shopId
?:
string
}
Optional
payment
Method
paymentMethod
?:
string
Optional
payment
Order
paymentOrder
?:
{
id
:
string
;
objectSecret
:
string
}
public
Key
publicKey
:
string
Optional
style
style
?:
StyleIframeType
Optional
token
token
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buyer
display
display
Authentication
display
Card
Logo
display
Cvv
Icon
instrument
lang
mode
mode
Options
payment
Method
payment
Order
public
Key
style
token
paygreenjs
Loading...