Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-models
models
bookings
Payment
Interface Payment
interface
Payment
{
_id
?:
string
;
amount
:
number
;
automatic
?:
boolean
;
currency
:
USD
;
date
:
Date
;
disputes
?:
PaymentDispute
[]
;
label
?:
string
;
note
?:
string
;
paymentError
?:
models
.
bookings
.
PaymentError
;
paymentProcessor
?:
PaymentProcessor
;
paymentProcessorFee
?:
number
;
recipient
?:
recipients
;
refundedAmount
?:
number
;
status
:
PaymentStatus
;
transactionId
?:
string
;
type
:
PaymentType
;
}
Hierarchy (
View Summary
)
BasePayment
Payment
Index
Properties
_id?
amount
automatic?
currency
date
disputes?
label?
note?
payment
Error?
payment
Processor?
payment
Processor
Fee?
recipient?
refunded
Amount?
status
transaction
Id?
type
Properties
Optional
_id
_id
?:
string
amount
amount
:
number
Optional
automatic
automatic
?:
boolean
currency
currency
:
USD
date
date
:
Date
Optional
disputes
disputes
?:
PaymentDispute
[]
Optional
label
label
?:
string
Optional
note
note
?:
string
Optional
payment
Error
paymentError
?:
models
.
bookings
.
PaymentError
Optional
payment
Processor
paymentProcessor
?:
PaymentProcessor
Optional
payment
Processor
Fee
paymentProcessorFee
?:
number
Optional
recipient
recipient
?:
recipients
Optional
refunded
Amount
refundedAmount
?:
number
status
status
:
PaymentStatus
Optional
transaction
Id
transactionId
?:
string
type
type
:
PaymentType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
amount
automatic
currency
date
disputes
label
note
payment
Error
payment
Processor
payment
Processor
Fee
recipient
refunded
Amount
status
transaction
Id
type
Trova Core - v3.43.0
Loading...