Skip to main content

IkasOrderPaymentStatus

enum IkasOrderPaymentStatus {
PAID = 'PAID',
PARTIALLY_PAID = 'PARTIALLY_PAID',
WAITING = 'WAITING',
}