@sumup/sdk
Preparing search index...
import
ReceiptEvent
Type Alias ReceiptEvent
type
ReceiptEvent
=
{
amount
?:
string
;
id
?:
EventID
;
receipt_no
?:
string
;
status
?:
EventStatus
;
timestamp
?:
string
;
transaction_id
?:
TransactionID
;
type
?:
EventType
;
}
Index
Properties
amount?
id?
receipt_
no?
status?
timestamp?
transaction_
id?
type?
Properties
Optional
amount
amount
?:
string
Amount of the event.
Optional
id
id
?:
EventID
Optional
receipt_
no
receipt_no
?:
string
Optional
status
status
?:
EventStatus
Optional
timestamp
timestamp
?:
string
Date and time of the transaction event.
Optional
transaction_
id
transaction_id
?:
TransactionID
Optional
type
type
?:
EventType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
id
receipt_
no
status
timestamp
transaction_
id
type
@sumup/sdk
Loading...
Amount of the event.