/** * The order payment status. */ export type OrderPaymentStatus = 'paid' | 'part_paid' | 'not_paid';