PayFanout API reference
Preparing search index...
adapter-paypal-server/src
PayPalCaptureLike
Interface PayPalCaptureLike
interface
PayPalCaptureLike
{
amount
?:
PayPalMoney
;
create_time
?:
string
;
custom_id
?:
string
;
final_capture
?:
boolean
;
id
:
string
;
invoice_id
?:
string
;
links
?:
PayPalLinkLike
[]
;
status
?:
string
;
supplementary_data
?:
{
related_ids
?:
{
authorization_id
?:
string
;
order_id
?:
string
}
;
}
;
update_time
?:
string
;
}
Index
Properties
amount?
create_
time?
custom_
id?
final_
capture?
id
invoice_
id?
links?
status?
supplementary_
data?
update_
time?
Properties
Optional
amount
amount
?:
PayPalMoney
Optional
create_
time
create_time
?:
string
Optional
custom_
id
custom_id
?:
string
Optional
final_
capture
final_capture
?:
boolean
id
id
:
string
Optional
invoice_
id
invoice_id
?:
string
Optional
links
links
?:
PayPalLinkLike
[]
Optional
status
status
?:
string
Optional
supplementary_
data
supplementary_data
?:
{
related_ids
?:
{
authorization_id
?:
string
;
order_id
?:
string
}
;
}
Optional
update_
time
update_time
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
create_
time
custom_
id
final_
capture
id
invoice_
id
links
status
supplementary_
data
update_
time
PayFanout API reference
Loading...