paygreenjs
Preparing search index...
types
PaymentOrderType
Interface PaymentOrderType
interface
PaymentOrderType
{
amount
:
number
;
auto_capture
:
boolean
;
buyer
:
BuyerType
;
cancel_url
:
string
;
code
:
string
;
currency
:
string
;
cycle
:
string
;
description
:
string
;
id
:
string
;
integration_mode
:
string
;
mode
:
string
;
notification_url
:
string
;
object
:
string
;
occurrences
:
string
;
original_amount
:
number
;
partial_allowed
:
boolean
;
platform_options
:
PlatformsOptionsType
;
platforms
:
string
[]
;
reference
:
string
;
return_url
:
string
;
shop_id
:
string
;
shop_name
:
string
;
status
:
string
;
status_reason
:
string
;
transactions
:
TransactionType
[]
;
}
Index
Properties
amount
auto_
capture
buyer
cancel_
url
code
currency
cycle
description
id
integration_
mode
mode
notification_
url
object
occurrences
original_
amount
partial_
allowed
platform_
options
platforms
reference
return_
url
shop_
id
shop_
name
status
status_
reason
transactions
Properties
amount
amount
:
number
auto_
capture
auto_capture
:
boolean
buyer
buyer
:
BuyerType
cancel_
url
cancel_url
:
string
code
code
:
string
currency
currency
:
string
cycle
cycle
:
string
description
description
:
string
id
id
:
string
integration_
mode
integration_mode
:
string
mode
mode
:
string
notification_
url
notification_url
:
string
object
object
:
string
occurrences
occurrences
:
string
original_
amount
original_amount
:
number
partial_
allowed
partial_allowed
:
boolean
platform_
options
platform_options
:
PlatformsOptionsType
platforms
platforms
:
string
[]
reference
reference
:
string
return_
url
return_url
:
string
shop_
id
shop_id
:
string
shop_
name
shop_name
:
string
status
status
:
string
status_
reason
status_reason
:
string
transactions
transactions
:
TransactionType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
auto_
capture
buyer
cancel_
url
code
currency
cycle
description
id
integration_
mode
mode
notification_
url
object
occurrences
original_
amount
partial_
allowed
platform_
options
platforms
reference
return_
url
shop_
id
shop_
name
status
status_
reason
transactions
paygreenjs
Loading...