application - v0.1.0
Preparing search index...
type/paiement/paiement
GatewayReponse
Interface GatewayReponse
interface
GatewayReponse
{
id
?:
string
;
status
:
PaymentStatus
;
charges
?:
PaiementCharge
[]
;
error
?:
PaiementErreur
;
refund
?:
{
status
:
"refunded"
;
transaction_id
:
string
}
;
}
Index
Properties
id?
status
charges?
error?
refund?
Properties
Optional
id
id
?:
string
status
status
:
PaymentStatus
Optional
charges
charges
?:
PaiementCharge
[]
Optional
error
error
?:
PaiementErreur
Optional
refund
refund
?:
{
status
:
"refunded"
;
transaction_id
:
string
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
status
charges
error
refund
application - v0.1.0
Loading...