IkasOrderPaymentStatusenum IkasOrderPaymentStatus { PAID = 'PAID', PARTIALLY_PAID = 'PARTIALLY_PAID', WAITING = 'WAITING',}Copy