Preparing search index...
The search index is not available
@mymoid/api
@mymoid/api
payment-orders/types
PaymentOrder
Interface PaymentOrder
interface
PaymentOrder
{
amount
:
number
;
concept
:
string
;
creationDate
:
string
;
currency
:
Currency
;
expirationDate
:
string
;
paymentOrderId
:
string
;
reference
:
string
;
shortCode
:
string
;
status
:
PaymentOrderStatus
;
}
Index
Properties
amount
concept
creation
Date
currency
expiration
Date
payment
Order
Id
reference
short
Code
status
Properties
amount
amount
:
number
concept
concept
:
string
creation
Date
creation
Date
:
string
currency
currency
:
Currency
expiration
Date
expiration
Date
:
string
payment
Order
Id
payment
Order
Id
:
string
reference
reference
:
string
short
Code
short
Code
:
string
status
status
:
PaymentOrderStatus
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
amount
concept
creation
Date
currency
expiration
Date
payment
Order
Id
reference
short
Code
status
@mymoid/api
api
payment-orders
endpoints
types
shared/types