PayFanout API reference
Preparing search index...
adapter-paypal-server/src
PayPalRefundLike
Interface PayPalRefundLike
interface
PayPalRefundLike
{
amount
?:
PayPalMoney
;
create_time
?:
string
;
id
:
string
;
links
?:
PayPalLinkLike
[]
;
seller_payable_breakdown
?:
{
total_refunded_amount
?:
PayPalMoney
}
;
status
?:
string
;
}
Index
Properties
amount?
create_
time?
id
links?
seller_
payable_
breakdown?
status?
Properties
Optional
amount
amount
?:
PayPalMoney
Optional
create_
time
create_time
?:
string
id
id
:
string
Optional
links
links
?:
PayPalLinkLike
[]
Optional
seller_
payable_
breakdown
seller_payable_breakdown
?:
{
total_refunded_amount
?:
PayPalMoney
}
Optional
status
status
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
create_
time
id
links
seller_
payable_
breakdown
status
PayFanout API reference
Loading...