Map<String, dynamic> toJson() => { "merchant_id": merchantId == null ? null : merchantId, "order_id": orderId == null ? null : orderId, };