PayFanout API reference
Preparing search index...
adapter-paypal-server/src
PayPalOrderLike
Interface PayPalOrderLike
interface
PayPalOrderLike
{
create_time
?:
string
;
id
:
string
;
intent
?:
string
;
links
?:
PayPalLinkLike
[]
;
payment_source
?:
{
card
?:
{
brand
?:
string
;
last_digits
?:
string
}
;
paypal
?:
{
account_id
?:
string
;
email_address
?:
string
}
;
}
;
purchase_units
?:
{
amount
?:
PayPalMoney
;
custom_id
?:
string
;
payments
?:
{
authorizations
?:
PayPalAuthorizationLike
[]
;
captures
?:
PayPalCaptureLike
[]
;
refunds
?:
PayPalRefundLike
[]
;
}
;
reference_id
?:
string
;
soft_descriptor
?:
string
;
}
[]
;
status
?:
string
;
}
Index
Properties
create_
time?
id
intent?
links?
payment_
source?
purchase_
units?
status?
Properties
Optional
create_
time
create_time
?:
string
id
id
:
string
Optional
intent
intent
?:
string
Optional
links
links
?:
PayPalLinkLike
[]
Optional
payment_
source
payment_source
?:
{
card
?:
{
brand
?:
string
;
last_digits
?:
string
}
;
paypal
?:
{
account_id
?:
string
;
email_address
?:
string
}
;
}
Optional
purchase_
units
purchase_units
?:
{
amount
?:
PayPalMoney
;
custom_id
?:
string
;
payments
?:
{
authorizations
?:
PayPalAuthorizationLike
[]
;
captures
?:
PayPalCaptureLike
[]
;
refunds
?:
PayPalRefundLike
[]
;
}
;
reference_id
?:
string
;
soft_descriptor
?:
string
;
}
[]
Optional
status
status
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create_
time
id
intent
links
payment_
source
purchase_
units
status
PayFanout API reference
Loading...