PayFanout API reference
Preparing search index...
adapter-gocardless-server/src
GoCardlessRefundLike
Interface GoCardlessRefundLike
interface
GoCardlessRefundLike
{
amount
?:
number
;
created_at
?:
string
;
currency
?:
string
;
id
:
string
;
links
?:
{
mandate
?:
string
;
payment
?:
string
}
;
metadata
?:
Record
<
string
,
string
>
;
reference
?:
string
;
status
?:
string
;
}
Index
Properties
amount?
created_
at?
currency?
id
links?
metadata?
reference?
status?
Properties
Optional
amount
amount
?:
number
Optional
created_
at
created_at
?:
string
Optional
currency
currency
?:
string
id
id
:
string
Optional
links
links
?:
{
mandate
?:
string
;
payment
?:
string
}
Optional
metadata
metadata
?:
Record
<
string
,
string
>
Optional
reference
reference
?:
string
Optional
status
status
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
created_
at
currency
id
links
metadata
reference
status
PayFanout API reference
Loading...