Preparing search index...
The search index is not available
paygreenjs
paygreenjs
types
PaymentFlowType
Interface PaymentFlowType
interface
PaymentFlowType
{
amount
:
number
;
donation
?:
DonationType
;
error
?:
ErrorFlowType
;
instrument
?:
string
;
method
:
string
;
operation
?:
{
id
?:
string
;
}
;
status
:
string
;
token
?:
string
;
}
Index
Properties
amount
donation?
error?
instrument?
method
operation?
status
token?
Properties
amount
amount
:
number
Optional
donation
donation
?:
DonationType
Optional
error
error
?:
ErrorFlowType
Optional
instrument
instrument
?:
string
method
method
:
string
Optional
operation
operation
?:
{
id
?:
string
;
}
status
status
:
string
Optional
token
token
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
donation
error
instrument
method
operation
status
token
paygreenjs
Loading...