PayFanout API reference
Preparing search index...
adapter-worldline-server/src
WorldlineRefundLike
Interface WorldlineRefundLike
A refund object (POST /refund and the GET /payments/{id}/refunds list).
interface
WorldlineRefundLike
{
id
:
string
;
refundOutput
?:
{
amountOfMoney
?:
{
amount
?:
number
;
currencyCode
?:
string
}
;
}
;
status
?:
string
;
statusOutput
?:
{
statusCategory
?:
string
;
statusCode
?:
number
}
;
}
Index
Properties
id
refund
Output?
status?
status
Output?
Properties
id
id
:
string
Optional
refund
Output
refundOutput
?:
{
amountOfMoney
?:
{
amount
?:
number
;
currencyCode
?:
string
}
}
Optional
status
status
?:
string
Optional
status
Output
statusOutput
?:
{
statusCategory
?:
string
;
statusCode
?:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
refund
Output
status
status
Output
PayFanout API reference
Loading...
A refund object (POST /refund and the GET /payments/{id}/refunds list).